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 | 鮑諷 | 11101001101110001110011010000101 | e9b8e685 |
EUC-JP | 鮑諷 | 11110010101110101110101111100101 | f2baebe5 |
UTF-8 | 鮑諷 | 111010011010111010010001111010001010101110110111 | e9ae91e8abb7 |
UHC | 鮑諷 | 11111000111010101111100110100100 | f8eaf9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)