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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 蜑。Lh蜑。L | 111001011000100110100001010011000110100011100101100010011010000101001100 | e589a14c68e589a14c |
EUC-JP | 蜑。Lh蜑。L | 1110100111101001100011101010000101001100011010001110100111101001100011101010000101001100 | e9e98ea14c68e9e98ea14c |
UTF-8 | 蜑。Lh蜑。L | 111010001001110010010001111011111011110110100001010011000110100011101000100111001001000111101111101111011010000101001100 | e89c91efbda14c68e89c91efbda14c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)