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 | 踟廝 | 11100110111101111001110001000010 | e6f79c42 |
EUC-JP | 踟廝 | 11101100111110011101011110100011 | ecf9d7a3 |
UTF-8 | 踟廝 | 111010001011100010011111111001011011101110011101 | e8b89fe5bb9d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)