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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
EUC-JP | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
UTF-8 | 챦짢챔횞챘채t | 11101100101100011010011011101100101001111010001011101100101100011001010011101101100110101001111011101100101100011001100011101100101100011000010001110100 | ecb1a6eca7a2ecb194ed9a9eecb198ecb18474 |
UHC | 챦짢챔횞챘채t | 11000011101011111100001010101000110000111010100011000011100101111100001110101011110000111010010001110100 | c3afc2a8c3a8c397c3abc3a474 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)