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 | 指? | 100011100111011100111111 | 8e773f |
EUC-JP | 指? | 101110111101100000111111 | bbd83f |
UTF-8 | 指명 | 111001101000110010000111111010111010101010000101 | e68c87ebaa85 |
UHC | 指명 | 11110010101001101011100011101101 | f2a6b8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)