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 | 聢遵 | 11100011110111001000111110000101 | e3dc8f85 |
EUC-JP | 聢遵 | 11100110110111101011110111100101 | e6debde5 |
UTF-8 | 聢遵 | 111010001000000110100010111010011000000110110101 | e881a2e981b5 |
UHC | ?遵 | 001111111111000111100101 | 3ff1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)