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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫?〕壹? | 1001100010101100001111111000000101101100100110101110001100111111 | 98ac3f816c9ae33f |
EUC-JP | 豫?〕壹? | 1101000010101110001111111010000111001101110101001110010100111111 | d0ae3fa1cdd4e53f |
UTF-8 | 豫뗫〕壹턆 | 111010001011000110101011111010111001011110101011111000111000000010010101111001011010001110111001111011011000010010000110 | e8b1abeb97abe38095e5a3b9ed8486 |
UHC | 豫뗫〕壹턆 | 11100111111000111000101111101011101000011011001111101100111011001011011001000010 | e7e38beba1b3ececb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)