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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 殲Lh殲L | 10011111011100100100110001101000100111110111001001001100 | 9f724c689f724c |
EUC-JP | 殲Lh殲L | 11011101110100110100110001101000110111011101001101001100 | ddd34c68ddd34c |
UTF-8 | 殲Lh殲L | 111001101010111010110010010011000110100011100110101011101011001001001100 | e6aeb24c68e6aeb24c |
UHC | 殲Lh殲L | 11100000111010000100110001101000111000001110100001001100 | e0e84c68e0e84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)