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 | 畏邸 | 10001000110110001001001101000000 | 88d89340 |
EUC-JP | 畏邸 | 10110000110110101100010110100001 | b0dac5a1 |
UTF-8 | 畏邸 | 111001111001010110001111111010011000001010111000 | e7958fe982b8 |
UHC | 畏邸 | 11101000111001101110111011010000 | e8e6eed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)