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 | à×¼Ì | 11100000110101111011110011001100 | e0d7bccc |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | à×?Ì | 100011111010101110100010101000011101111100111111100011111010101011000000 | 8faba2a1df3f8faac0 |
UTF-8 | à×¼Ì | 1100001110100000110000111001011111000010101111001100001110001100 | c3a0c397c2bcc38c |
UHC | ?×¼? | 001111111010000110111111101010001111100100111111 | 3fa1bfa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)