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 | 雎補 | 11101000101100011001010111100010 | e8b195e2 |
EUC-JP | 雎補 | 11110000101100111100101011100100 | f0b3cae4 |
UTF-8 | 雎補 | 111010011001101110001110111010001010001110011100 | e99b8ee8a39c |
UHC | 雎補 | 11101110110100011101110011001101 | eed1dccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)