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 | 毫釜 | 10011111011111001000101010011000 | 9f7c8a98 |
EUC-JP | 毫釜 | 11011101110111011011001111111000 | ddddb3f8 |
UTF-8 | 毫釜 | 111001101010111110101011111010011000011110011100 | e6afabe9879c |
UHC | 毫釜 | 11111011110001101101110110111100 | fbc6ddbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)