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 | 淅橈 | 10011111110001101001111011110100 | 9fc69ef4 |
EUC-JP | 淅橈 | 11011110110010001101110011110110 | dec8dcf6 |
UTF-8 | 淅橈 | 111001101011011110000101111001101010100110001000 | e6b785e6a988 |
UHC | 淅橈 | 11100000101100101110100011111010 | e0b2e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)