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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 蜈ェL | 11100101100001011010101001001100 | e585aa4c |
EUC-JP | 蜈ェL | 1110100111100101100011101010101001001100 | e9e58eaa4c |
UTF-8 | 蜈ェL | 11101000100111001000100011101111101111011010101001001100 | e89c88efbdaa4c |
UHC | 蜈?L | 11101000101001010011111101001100 | e8a53f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)