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 | 詣↑ | 10001100011101111000000110101010 | 8c7781aa |
EUC-JP | 詣↑ | 10110111110110001010001010101100 | b7d8a2ac |
UTF-8 | 詣↑ | 111010001010100110100011111000101000011010010001 | e8a9a3e28691 |
UHC | 詣↑ | 11100111111000011010000111101000 | e7e1a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)