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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 多村誰綻B | 100100011011110110010001101110101001001001001110100100100101110101000010 | 91bd91ba924e925d42 |
EUC-JP | 多村誰綻B | 110000101011111111000010101111001100001110101111110000111011111001000010 | c2bfc2bcc3afc3be42 |
UTF-8 | 多村誰綻B | 11100101101001001001101011100110100111011001000111101000101010101011000011100111101101101011101101000010 | e5a49ae69d91e8aab0e7b6bb42 |
UHC | 多村誰綻B | 110100101111110111110101101111011110001011000001111101111010101001000010 | d2fdf5bde2c1f7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)