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 | 螟キ陜種 | 11100101101001001011011111101000100111011000111011101101 | e5a4b7e89d8eed |
EUC-JP | 螟キ陜種 | 1110101010100110100011101011011111101111111111011011110011101111 | eaa68eb7effdbcef |
UTF-8 | 螟キ陜種 | 111010001001111010011111111011111011110110110111111010011001100110011100111001111010100010101110 | e89e9fefbdb7e9999ce7a8ae |
UHC | 螟?陜種 | 11011001101011010011111111111001111100001111000011111010 | d9ad3ff9f0f0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)