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 | 、﨔ャ昇 | 1111000010111011101001001111101011101010101011001000111110111000 | f0bba4faeaac8fb8 |
EUC-JP | ?、?ャ昇 | 0011111110001110101001000011111110001110101011001011111010111010 | 3f8ea43f8eacbeba |
UTF-8 | 、﨔ャ昇 | 111011101000000110111010111011111011110110100100111011111010100010010100111011111011110110101100111001101001100010000111 | ee81baefbda4efa894efbdace69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)