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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 多捉}B | 100100011011110110010001101010000111110101000010 | 91bd91a87d42 |
EUC-JP | 多捉}B | 110000101011111111000010101010100111110101000010 | c2bfc2aa7d42 |
UTF-8 | 多捉}B | 1110010110100100100110101110011010001101100010010111110101000010 | e5a49ae68d897d42 |
UHC | 多捉}B | 110100101111110111110011101101010111110101000010 | d2fdf3b57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)