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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟ア骭晉 | 11100101101001001011000111101001100011001001110111100111 | e5a4b1e98c9de7 |
EUC-JP | 螟ア骭晉 | 1110101010100110100011101011000111110001111011001101101011101001 | eaa68eb1f1ecdae9 |
UTF-8 | 螟ア骭晉 | 111010001001111010011111111011111011110110110001111010011010101010101101111001101001100110001001 | e89e9fefbdb1e9aaade69989 |
UHC | 螟??晉 | 110110011010110100111111001111111111001011001011 | d9ad3f3ff2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)