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 | 鮑裙 | 11101001101110001110010111100011 | e9b8e5e3 |
EUC-JP | 鮑裙 | 11110010101110101110101011100101 | f2baeae5 |
UTF-8 | 鮑裙 | 111010011010111010010001111010001010001110011001 | e9ae91e8a399 |
UHC | 鮑裙 | 11111000111010101100111111011001 | f8eacfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)