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 | ?P?????S | 0011111101010000001111110011111100111111001111110011111101010011 | 3f503f3f3f3f3f53 |
SJIS-WIN | ?P?????S | 0011111101010000001111110011111100111111001111110011111101010011 | 3f503f3f3f3f3f53 |
EUC-JP | ?P?????S | 0011111101010000001111110011111100111111001111110011111101010011 | 3f503f3f3f3f3f53 |
UTF-8 | 청P횠챕횎쨍청S | 1110110010110010101011010101000011101101100110101010000011101100101100011001010111101101100110101000111011101100101010001000110111101100101100101010110101010011 | ecb2ad50ed9aa0ecb195ed9a8eeca88decb2ad53 |
UHC | 청P횠챕횎쨍청S | 1100001110111011010100001100001110011000110000111010100111000011100010101100001010111000110000111011101101010011 | c3bb50c398c3a9c38ac2b8c3bb53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)