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 | 袿擘鳧 | 111001011101110110011101101001001110100111101000 | e5dd9da4e9e8 |
EUC-JP | 袿擘鳧 | 111010101101111111011010101001101111001011101010 | eadfdaa6f2ea |
UTF-8 | 袿擘鳧 | 111010001010001010111111111001101001001110011000111010011011001110100111 | e8a2bfe69398e9b3a7 |
UHC | ?擘鳧 | 0011111111011011111110111101110111000000 | 3fdbfbddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)