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 | ?躱 | 001111111110011101011101 | 3fe75d |
EUC-JP | 邶躱 | 1000111111100001111110101110110110111110 | 8fe1faedbe |
UTF-8 | 邶躱 | 111010011000001010110110111010001011101010110001 | e982b6e8bab1 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)