To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??鎰?ゥ | 111000011001111100111111001111111110100001001100001111111000001101000100 | e19f3f3fe84c3f8344 |
EUC-JP | 癲??鎰?ゥ | 111000101010000100111111001111111110111110101101001111111010010110100101 | e2a13f3fefad3fa5a5 |
UTF-8 | 癲띕냵鎰뤻ゥ | 111001111001100110110010111010111001110110010101111010111000001110110101111010011000111010110000111010111010010010111011111000111000001010100101 | e799b2eb9d95eb83b5e98eb0eba4bbe382a5 |
UHC | 癲띕냵鎰뤻ゥ | 111011111010011010110110111010111000011010000101111011001111000010001111111010011010101110100101 | efa6b6eb8685ecf08fe9aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)