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 | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
SJIS-WIN | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
EUC-JP | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
UTF-8 | 채쨉짠챦혧짖챘B | 11101100101100011000010011101100101010001000100111101100101001111010000011101100101100011010011011101101100110001010011111101100101001111001011011101100101100011001100001000010 | ecb184eca889eca7a0ecb1a6ed98a7eca796ecb19842 |
UHC | 채쨉짠챦혧짖챘B | 110000111010010011000010101101011100001010100111110000111010111111000010100011111100001010100010110000111010101101000010 | c3a4c2b5c2a7c3afc28fc2a2c3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)