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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 챦쨉횙횧처횩B | 11101100101100011010011011101100101010001000100111101101100110101001100111101101100110101010011111101100101100101001100011101101100110101010100101000010 | ecb1a6eca889ed9a99ed9aa7ecb298ed9aa942 |
UHC | 챦쨉횙횧처횩B | 11000011101011111100001010110101110000111001001111000011100111101100001110110011110000111001111101000010 | c3afc2b5c393c39ec3b3c39f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)