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 | 1110100011011111100101000110100001001100011010001110100011011111100101000110100001001100 | e8df94684c68e8df94684c |
EUC-JP | 鞜派Lh鞜派L | 1111000011100001110001111100100101001100011010001111000011100001110001111100100101001100 | f0e1c7c94c68f0e1c7c94c |
UTF-8 | 鞜派Lh鞜派L | 111010011001111010011100111001101011010010111110010011000110100011101001100111101001110011100110101101001011111001001100 | e99e9ce6b4be4c68e99e9ce6b4be4c |
UHC | ?派Lh?派L | 001111111111011111101111010011000110100000111111111101111110111101001100 | 3ff7ef4c683ff7ef4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)