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 | 域遇 | 10001000111001101000101111110110 | 88e68bf6 |
EUC-JP | 域遇 | 10110000111010001011011011111000 | b0e8b6f8 |
UTF-8 | 域遇 | 111001011001111110011111111010011000000110000111 | e59f9fe98187 |
UHC | 域遇 | 11100110101101001110100111100111 | e6b4e9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)