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 | 100100011011000110010001101101001001000110110001100100011011010001000010 | 91b191b491b191b442 |
EUC-JP | 続其続其B | 110000101011001111000010101101101100001010110011110000101011011001000010 | c2b3c2b6c2b3c2b642 |
UTF-8 | 続其続其B | 11100111101101101001101011100101100001011011011011100111101101101001101011100101100001011011011001000010 | e7b69ae585b6e7b69ae585b642 |
UHC | ?其?其B | 00111111110100001110110000111111110100001110110001000010 | 3fd0ec3fd0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)