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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?滔?滔^ | 00111111100111111110101100111111100111111110101101011110 | 3f9feb3f9feb5e |
EUC-JP | ?滔?滔^ | 00111111110111101110110100111111110111101110110101011110 | 3fdeed3fdeed5e |
UTF-8 | 링滔링滔^ | 11101011101001111000000111100110101110111001010011101011101001111000000111100110101110111001010001011110 | eba781e6bb94eba781e6bb945e |
UHC | 링滔링滔^ | 101110001011010111010100101001011011100010110101110101001010010101011110 | b8b5d4a5b8b5d4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)