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 | 繹ヤ | 11100011100010001000001110000100 | e3888384 |
EUC-JP | 繹ヤ | 11100101111010001010010111100100 | e5e8a5e4 |
UTF-8 | 繹ヤ | 111001111011100110111001111000111000001110100100 | e7b9b9e383a4 |
UHC | 繹ヤ | 11100110101110101010101111100100 | e6baabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)