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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟ア譁懃ク | 1110010110100100101100011110011010010110100111001110011110111000 | e5a4b1e6969ce7b8 |
EUC-JP | 螟ア譁懃ク | 11101010101001101000111010110001111010111111011011011000111010011000111010111000 | eaa68eb1ebf6d8e98eb8 |
UTF-8 | 螟ア譁懃ク | 111010001001111010011111111011111011110110110001111010001010110110000001111001101000011110000011111011111011110110111000 | e89e9fefbdb1e8ad81e68783efbdb8 |
UHC | 螟?譁懃? | 1101100110101101001111111111110010100110110100001100010000111111 | d9ad3ffca6d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)