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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 綉本盻B | 11100011010101001001011001111011111000011011101101000010 | e354967be1bb42 |
EUC-JP | 綉本盻B | 11100101101101011100101111011100111000101011110101000010 | e5b5cbdce2bd42 |
UTF-8 | 綉本盻B | 11100111101101101000100111100110100111001010110011100111100110111011101101000010 | e7b689e69cace79bbb42 |
UHC | ?本?B | 0011111111011100111000100011111101000010 | 3fdce23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)