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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????燮 | 001111110011111100111111001111111001100111010111 | 3f3f3f3f99d7 |
EUC-JP | ????燮 | 001111110011111100111111001111111101001011011001 | 3f3f3f3fd2d9 |
UTF-8 | 렯렕렱렯燮 | 111010111010000010101111111010111010000010010101111010111010000010110001111010111010000010101111111001111000011110101110 | eba0afeba095eba0b1eba0afe787ae |
UHC | 렯렕렱렯燮 | 10001110101111001000111010101010100011101011111010001110101111001110000011110000 | 8ebc8eaa8ebe8ebce0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)