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 | ??????ZN | 0011111100111111001111110011111100111111001111110101101001001110 | 3f3f3f3f3f3f5a4e |
SJIS-WIN | ??????ZN | 0011111100111111001111110011111100111111001111110101101001001110 | 3f3f3f3f3f3f5a4e |
EUC-JP | ??????ZN | 0011111100111111001111110011111100111111001111110101101001001110 | 3f3f3f3f3f3f5a4e |
UTF-8 | 첨짤챨챦처쨉ZN | 1110110010110010101010001110110010100111101001001110110010110001101010001110110010110001101001101110110010110010100110001110110010101000100010010101101001001110 | ecb2a8eca7a4ecb1a8ecb1a6ecb298eca8895a4e |
UHC | 첨짤챨챦처쨉ZN | 1100001110110111110000101010100111000011101100001100001110101111110000111011001111000010101101010101101001001110 | c3b7c2a9c3b0c3afc3b3c2b55a4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)