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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 螟・h螟・ | 11100101101001001010010101101000111001011010010010100101 | e5a4a568e5a4a5 |
EUC-JP | 螟・h螟・ | 111010101010011010001110101001010110100011101010101001101000111010100101 | eaa68ea568eaa68ea5 |
UTF-8 | 螟・h螟・ | 11101000100111101001111111101111101111011010010101101000111010001001111010011111111011111011110110100101 | e89e9fefbda568e89e9fefbda5 |
UHC | 螟?h螟? | 11011001101011010011111101101000110110011010110100111111 | d9ad3f68d9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)