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^ | 1110011001000010100100001000010010001101101001100110010101011110 | e64290848da6655e |
EUC-JP | 襭推恨e^ | 1110101110100011101111111110010010111010101010000110010101011110 | eba3bfe4baa8655e |
UTF-8 | 襭推恨e^ | 1110100010100101101011011110011010001110101010001110011010000001101010000110010101011110 | e8a5ade68ea8e681a8655e |
UHC | ?推恨e^ | 00111111111101011100111111111001110011110110010101011110 | 3ff5cff9cf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)