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 | 쏨爐 | 111011001000111110101000111001111000100010010000 | ec8fa8e78890 |
UHC | 쏨爐 | 10111101111101001101011011010011 | bdf4d6d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)