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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 傲?傲?^ | 10011000111111000011111110011000111111000011111101011110 | 98fc3f98fc3f5e |
EUC-JP | 傲?傲?^ | 11010000111111100011111111010000111111100011111101011110 | d0fe3fd0fe3f5e |
UTF-8 | 傲찫傲찫^ | 11100101100000101011001011101100101100001010101111100101100000101011001011101100101100001010101101011110 | e582b2ecb0abe582b2ecb0ab5e |
UHC | 傲찫傲찫^ | 111001111110110010101010010001001110011111101100101010100100010001011110 | e7ecaa44e7ecaa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)