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 | 槽褸 | 10010001100001011110010111111000 | 9185e5f8 |
EUC-JP | 槽褸 | 11000001111001011110101011111010 | c1e5eafa |
UTF-8 | 槽褸 | 111001101010011110111101111010001010010010111000 | e6a7bde8a4b8 |
UHC | 槽褸 | 11110000110010111101011110101110 | f0cbd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)