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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 但其但其h | 100100100100000110010001101101001001001001000001100100011011010001101000 | 924191b4924191b468 |
EUC-JP | 但其但其h | 110000111010001011000010101101101100001110100010110000101011011001101000 | c3a2c2b6c3a2c2b668 |
UTF-8 | 但其但其h | 11100100101111011000011011100101100001011011011011100100101111011000011011100101100001011011011001101000 | e4bd86e585b6e4bd86e585b668 |
UHC | 但其但其h | 110100111010001111010000111011001101001110100011110100001110110001101000 | d3a3d0ecd3a3d0ec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)