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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 悃鳧@悃鳧@B | 1001110010011101111010011110100001000000100111001001110111101001111010000100000001000010 | 9c9de9e8409c9de9e84042 |
EUC-JP | 悃鳧@悃鳧@B | 1101011111111101111100101110101001000000110101111111110111110010111010100100000001000010 | d7fdf2ea40d7fdf2ea4042 |
UTF-8 | 悃鳧@悃鳧@B | 111001101000001010000011111010011011001110100111010000001110011010000010100000111110100110110011101001110100000001000010 | e68283e9b3a740e68283e9b3a74042 |
UHC | ?鳧@?鳧@B | 001111111101110111000000010000000011111111011101110000000100000001000010 | 3fddc0403fddc04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)