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 | ??????VB | 0011111100111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f3f5642 |
SJIS-WIN | ??????VB | 0011111100111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f3f5642 |
EUC-JP | ??????VB | 0011111100111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f3f5642 |
UTF-8 | 첨짤챨챦철횓VB | 1110110010110010101010001110110010100111101001001110110010110001101010001110110010110001101001101110110010110010101000001110110110011010100100110101011001000010 | ecb2a8eca7a4ecb1a8ecb1a6ecb2a0ed9a935642 |
UHC | 첨짤챨챦철횓VB | 1100001110110111110000101010100111000011101100001100001110101111110000111011011011000011100011100101011001000010 | c3b7c2a9c3b0c3afc3b6c38e5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)