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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 終???B | 100011110100100100111111001111110011111101000010 | 8f493f3f3f42 |
EUC-JP | 終???B | 101111011010101000111111001111110011111101000010 | bdaa3f3f3f42 |
UTF-8 | 終뀜렰렰B | 11100111101101011000001011101011100000001001110011101011101000001011000011101011101000001011000001000010 | e7b582eb809ceba0b0eba0b042 |
UHC | 終뀜렰렰B | 111100001111101110110010111100011000111010111101100011101011110101000010 | f0fbb2f18ebd8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)