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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 螟・h螟 | 111001011010010010100101011010001110010110100100 | e5a4a568e5a4 |
EUC-JP | 螟・h螟 | 11101010101001101000111010100101011010001110101010100110 | eaa68ea568eaa6 |
UTF-8 | 螟・h螟 | 11101000100111101001111111101111101111011010010101101000111010001001111010011111 | e89e9fefbda568e89e9f |
UHC | 螟?h螟 | 110110011010110100111111011010001101100110101101 | d9ad3f68d9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)