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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韜勺 | 11101000111010011000111011011001 | e8e98ed9 |
EUC-JP | 韜勺 | 11110000111010111011110011011011 | f0ebbcdb |
UTF-8 | 韜勺 | 111010011001111110011100111001011000101110111010 | e99f9ce58bba |
UHC | 韜勺 | 11010100101101111110110111000011 | d4b7edc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)