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 | 螟ア驟梧 | 11100101101001001011000111101001100001011000110011100110 | e5a4b1e9858ce6 |
EUC-JP | 螟ア驟梧 | 1110101010100110100011101011000111110001111001011011100011101000 | eaa68eb1f1e5b8e8 |
UTF-8 | 螟ア驟梧 | 111010001001111010011111111011111011110110110001111010011010100110011111111001101010001010100111 | e89e9fefbdb1e9a99fe6a2a7 |
UHC | 螟?驟梧 | 11011001101011010011111111110110101011101110011111111100 | d9ad3ff6aee7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)