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 | ??§ | 001111110011111110100111 | 3f3fa7 |
SJIS-WIN | 鮨種§ | 111010011011110110001110111011011000000110011000 | e9bd8eed8198 |
EUC-JP | 鮨種§ | 111100101011111110111100111011111010000111111000 | f2bfbcefa1f8 |
UTF-8 | 鮨種§ | 1110100110101110101010001110011110101000101011101100001010100111 | e9aea8e7a8aec2a7 |
UHC | ?種§ | 0011111111110000111110101010000111010111 | 3ff0faa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)