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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 腴肴燦e^ | 1110010001001010100011011110011010001110010101110110010101011110 | e44a8de68e57655e |
EUC-JP | 腴肴燦e^ | 1110011110101011101110101110100010111011101110000110010101011110 | e7abbae8bbb8655e |
UTF-8 | 腴肴燦e^ | 1110100010000101101101001110100010000010101101001110011110000111101001100110010101011110 | e885b4e882b4e787a6655e |
UHC | ?肴燦e^ | 00111111111111011010001011110011101111100110010101011110 | 3ffda2f3be655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)