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 | 荳願 | 11100100101110001000101011101000 | e4b88ae8 |
EUC-JP | 荳願 | 11101000101110101011010011101010 | e8bab4ea |
UTF-8 | 荳願 | 111010001000110110110011111010011010000110011000 | e88db3e9a198 |
UHC | 荳願 | 11010100111001011110101011000011 | d4e5eac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)