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 | °ùLoBF | 101100001111100101001100011011110100001001000110 | b0f94c6f4246 |
SJIS-WIN | °?LoBF | 10000001100010110011111101001100011011110100001001000110 | 818b3f4c6f4246 |
EUC-JP | °ùLoBF | 101000011110101110001111101010111110001101001100011011110100001001000110 | a1eb8fabe34c6f4246 |
UTF-8 | °ùLoBF | 1100001010110000110000111011100101001100011011110100001001000110 | c2b0c3b94c6f4246 |
UHC | °?LoBF | 10100001110001100011111101001100011011110100001001000110 | a1c63f4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)