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 | 室症 | 10001110101110101000111111000111 | 8eba8fc7 |
EUC-JP | 室症 | 10111100101111001011111011001001 | bcbcbec9 |
UTF-8 | 室症 | 111001011010111010100100111001111001011110000111 | e5aea4e79787 |
UHC | 室症 | 11100011111110001111000111111000 | e3f8f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)