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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珈韜珀怐 | 1110000011011011111010001110100111100000110111111001110010000001 | e0dbe8e9e0df9c81 |
EUC-JP | 珈韜珀怐 | 1110000011011101111100001110101111100000111000011101011111100001 | e0ddf0ebe0e1d7e1 |
UTF-8 | 珈韜珀怐 | 111001111000111110001000111010011001111110011100111001111000111110000000111001101000000010010000 | e78f88e99f9ce78f80e68090 |
UHC | ?韜珀? | 001111111101010010110111110110101101011000111111 | 3fd4b7dad63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)