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 | 唸鱆 | 10011010010110001110100111100001 | 9a58e9e1 |
EUC-JP | 唸鱆 | 11010011101110011111001011100011 | d3b9f2e3 |
UTF-8 | 唸鱆 | 111001011001010010111000111010011011000110000110 | e594b8e9b186 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)