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 | 100100110100001110001011010000001001001101000011100010110100000001000010 | 93438b4093438b4042 |
EUC-JP | 鼎機鼎機B | 110001011010010010110101101000011100010110100100101101011010000101000010 | c5a4b5a1c5a4b5a142 |
UTF-8 | 鼎機鼎機B | 11101001101111001000111011100110101010011001111111101001101111001000111011100110101010011001111101000010 | e9bc8ee6a99fe9bc8ee6a99f42 |
UHC | 鼎機鼎機B | 111100001010001111010001101001101111000010100011110100011010011001000010 | f0a3d1a6f0a3d1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)