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 | 毓過 | 10011111011110011000100111011111 | 9f7989df |
EUC-JP | 毓過 | 11011101110110101011001011100001 | dddab2e1 |
UTF-8 | 毓過 | 111001101010111110010011111010011000000110001110 | e6af93e9818e |
UHC | 毓過 | 11101011101111101100111010100110 | ebbecea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)