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 | Ãâ¡ | 1100001110011011111000101000000010100001 | c39be280a1 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Ã?â?¡ | 1000111110101010101010100011111110001111101010111010010000111111100011111010001011000010 | 8faaaa3f8faba43f8fa2c2 |
UTF-8 | Ãâ¡ | 11000011100000111100001010011011110000111010001011000010100000001100001010100001 | c383c29bc3a2c280c2a1 |
UHC | ????¡ | 001111110011111100111111001111111010001010101110 | 3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)