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 | 螟キ陜珠 | 11100101101001001011011111101000100111011000111011101100 | e5a4b7e89d8eec |
EUC-JP | 螟キ陜珠 | 1110101010100110100011101011011111101111111111011011110011101110 | eaa68eb7effdbcee |
UTF-8 | 螟キ陜珠 | 111010001001111010011111111011111011110110110111111010011001100110011100111001111000111110100000 | e89e9fefbdb7e9999ce78fa0 |
UHC | 螟?陜珠 | 11011001101011010011111111111001111100001111000111000001 | d9ad3ff9f0f1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)