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 | 101101101100010001101000 | b6c468 |
SJIS-WIN | ¶?h | 10000001111101110011111101101000 | 81f73f68 |
EUC-JP | ¶Äh | 101000101111100110001111101010101010001101101000 | a2f98faaa368 |
UTF-8 | ¶Äh | 1100001010110110110000111000010001101000 | c2b6c38468 |
UHC | ¶?h | 10100010110100100011111101101000 | a2d23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)