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 | 犲譱 | 11100000101110101110001110111111 | e0bae3bf |
EUC-JP | 犲譱 | 11100000101111001110011011000001 | e0bce6c1 |
UTF-8 | 犲譱 | 111001111000101010110010111010001010110110110001 | e78ab2e8adb1 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)