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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韜瑚l | 111010001110100110001100111010001000001010001100 | e8e98ce8828c |
EUC-JP | 韜瑚l | 111100001110101110111000111010101010001111101100 | f0ebb8eaa3ec |
UTF-8 | 韜瑚l | 111010011001111110011100111001111001000110011010111011111011110110001100 | e99f9ce7919aefbd8c |
UHC | 韜瑚l | 110101001011011111111011110100011010001111101100 | d4b7fbd1a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)