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 | 111100101110001111100010110000011111001011100011111000101100000101101000 | f2e3e2c1f2e3e2c168 |
EUC-JP | ?簔?簔h | 00111111111001001100001100111111111001001100001101101000 | 3fe4c33fe4c368 |
UTF-8 | 簔簔h | 11101110100010001001101011100111101100001001010011101110100010001001101011100111101100001001010001101000 | ee889ae7b094ee889ae7b09468 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)