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 | lz\ | 1000110101101100100010100111101001011100 | 8d6c8a7a5c |
SJIS-WIN | ?l?z\ | 0011111101101100001111110111101001011100 | 3f6c3f7a5c |
EUC-JP | ?l?z\ | 0011111101101100001111110111101001011100 | 3f6c3f7a5c |
UTF-8 | lz\ | 11000010100011010110110011000010100010100111101001011100 | c28d6cc28a7a5c |
UHC | ?l?z\ | 0011111101101100001111110111101001011100 | 3f6c3f7a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)