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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 철횏챔횞횛짭e^ | 1110110010110010101000001110110110011010100011111110110010110001100101001110110110011010100111101110110110011010100110111110110010100111101011010110010101011110 | ecb2a0ed9a8fecb194ed9a9eed9a9beca7ad655e |
UHC | 철횏챔횞횛짭e^ | 1100001110110110110000111000101111000011101010001100001110010111110000111001010111000010101011000110010101011110 | c3b6c38bc3a8c397c395c2ac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)