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 | 上鏝 | 10001111111000111110100001010111 | 8fe3e857 |
EUC-JP | 上鏝 | 10111110111001011110111110111000 | bee5efb8 |
UTF-8 | 上鏝 | 111001001011100010001010111010011000111110011101 | e4b88ae98f9d |
UHC | 上? | 110111111011111000111111 | dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)