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 | ?爐 | 001111111110000010100010 | 3fe0a2 |
EUC-JP | ?爐 | 001111111110000010100100 | 3fe0a4 |
UTF-8 | 瑩爐 | 111011111010011010101110111001111000100010010000 | efa6aee78890 |
UHC | 瑩爐 | 11100111110000011101011011010011 | e7c1d6d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)