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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 첵쨔횥채짙천^ | 11101100101100101011010111101100101010001001010011101101100110101010010111101100101100011000010011101100101001111001100111101100101100101001110001011110 | ecb2b5eca894ed9aa5ecb184eca799ecb29c5e |
UHC | 첵쨔횥채짙천^ | 11000011101111011100001010111001110000111001110011000011101001001100001010100011110000111011010101011110 | c3bdc2b9c39cc3a4c2a3c3b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)