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^ | 1110010110101111100111101110011010001100100010000110010101011110 | e5af9ee68c88655e |
EUC-JP | 蟇樊決e^ | 1110101010110001110111001110100010110111111010000110010101011110 | eab1dce8b7e8655e |
UTF-8 | 蟇樊決e^ | 1110100010011111100001111110011010101000100010101110011010110001101110100110010101011110 | e89f87e6a88ae6b1ba655e |
UHC | ?樊決e^ | 00111111110110111110000011001100101111010110010101011110 | 3fdbe0ccbd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)