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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 船蒙 | 10010001010001001001011011010110 | 914496d6 |
EUC-JP | 船蒙 | 11000001101001011100110011011000 | c1a5ccd8 |
UTF-8 | 船蒙 | 111010001000100010111001111010001001001010011001 | e888b9e89299 |
UHC | 船蒙 | 11100000110011111101100111010101 | e0cfd9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)