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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 陟「}G | 1110100010100000101000100111110101000111 | e8a0a27d47 |
EUC-JP | 陟「}G | 111100001010001010001110101000100111110101000111 | f0a28ea27d47 |
UTF-8 | 陟「}G | 1110100110011001100111111110111110111101101000100111110101000111 | e9999fefbda27d47 |
UHC | 陟?}G | 1111010010110011001111110111110101000111 | f4b33f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)