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 | 踐檻 | 11100110111101101001111101000010 | e6f69f42 |
EUC-JP | 踐檻 | 11101100111110001101110110100011 | ecf8dda3 |
UTF-8 | 踐檻 | 111010001011100010010000111001101010101010111011 | e8b890e6aabb |
UHC | 踐檻 | 11110100110000101111100111100011 | f4c2f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)