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 | 100100100100000110010001101101001001001001000001100100011011010001000010 | 924191b4924191b442 |
EUC-JP | 但其但其B | 110000111010001011000010101101101100001110100010110000101011011001000010 | c3a2c2b6c3a2c2b642 |
UTF-8 | 但其但其B | 11100100101111011000011011100101100001011011011011100100101111011000011011100101100001011011011001000010 | e4bd86e585b6e4bd86e585b642 |
UHC | 但其但其B | 110100111010001111010000111011001101001110100011110100001110110001000010 | d3a3d0ecd3a3d0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)