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 | 瀋罵 | 11100000011000111001010001101100 | e063946c |
EUC-JP | 瀋罵 | 11011111110001001100011111001101 | dfc4c7cd |
UTF-8 | 瀋罵 | 111001111000000010001011111001111011110110110101 | e7808be7bdb5 |
UHC | 瀋罵 | 11100100101000111101100011100001 | e4a3d8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)