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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
UTF-8 | 챦짠짖챘쨍혗H | 11101100101100011010011011101100101001111010000011101100101001111001011011101100101100011001100011101100101010001000110111101101100110001001011101001000 | ecb1a6eca7a0eca796ecb198eca88ded989748 |
UHC | 챦짠짖챘쨍혗H | 11000011101011111100001010100111110000101010001011000011101010111100001010111000110000101000001001001000 | c3afc2a7c2a2c3abc2b8c28248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)