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 | 疔膜鵈玻 | 1110000101101010100101101000110011101001111111001110000011011110 | e16a968ce9fce0de |
EUC-JP | 疔膜鵈玻 | 1110000111001011110010111110110011110010111111101110000011100000 | e1cbcbecf2fee0e0 |
UTF-8 | 疔膜鵈玻 | 111001111001011010010100111010001000011010011100111010011011010110001000111001111000111010111011 | e79694e8869ce9b588e78ebb |
UHC | ?膜?? | 0011111111011000101011110011111100111111 | 3fd8af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)