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 | 雎袈 | 11101000101100011000110001010101 | e8b18c55 |
EUC-JP | 雎袈 | 11110000101100111011011110110110 | f0b3b7b6 |
UTF-8 | 雎袈 | 111010011001101110001110111010001010001010001000 | e99b8ee8a288 |
UHC | 雎袈 | 11101110110100011100101010110111 | eed1cab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)