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 | 鮠種§ | 111010011011110010001110111011011000000110011000 | e9bc8eed8198 |
EUC-JP | 鮠種§ | 111100101011111010111100111011111010000111111000 | f2bebcefa1f8 |
UTF-8 | 鮠種§ | 1110100110101110101000001110011110101000101011101100001010100111 | e9aea0e7a8aec2a7 |
UHC | ?種§ | 0011111111110000111110101010000111010111 | 3ff0faa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)