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 | 猾犂猊 | 111000001100111111100000101100101110000011000111 | e0cfe0b2e0c7 |
EUC-JP | 猾犂猊 | 111000001101000111100000101101001110000011001001 | e0d1e0b4e0c9 |
UTF-8 | 猾犂猊 | 111001111000110010111110111001111000101010000010111001111000110010001010 | e78cbee78a82e78c8a |
UHC | 猾?猊 | 1111110011000010001111111110011111011001 | fcc23fe7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)