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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 雕^ | 1110100010111000111101011101010001011110 | e8b8f5d45e |
EUC-JP | 雕?^ | 11110000101110100011111101011110 | f0ba3f5e |
UTF-8 | 雕^ | 11101001100110111001010111101110100100001011111101011110 | e99b95ee90bf5e |
UHC | 雕?^ | 11110000111001110011111101011110 | f0e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)