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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟄篋胚 | 111001011010110111100010101110001110001111110011 | e5ade2b8e3f3 |
EUC-JP | 蟄篋胚 | 111010101010111111100100101110101110011011110101 | eaafe4bae6f5 |
UTF-8 | 蟄篋胚 | 111010001001111110000100111001111010111110001011111010001000001110011010 | e89f84e7af8be8839a |
UHC | 蟄?胚 | 1111011011011110001111111101101111001111 | f6de3fdbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)