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 | 11100010101000010100110001101000111000101010000101001100 | e2a14c68e2a14c |
EUC-JP | 筍Lh筍L | 11100100101000110100110001101000111001001010001101001100 | e4a34c68e4a34c |
UTF-8 | 筍Lh筍L | 111001111010110110001101010011000110100011100111101011011000110101001100 | e7ad8d4c68e7ad8d4c |
UHC | 筍Lh筍L | 11100010111011000100110001101000111000101110110001001100 | e2ec4c68e2ec4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)