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 | òâÔ¾¬ | 11110010111000101000111011010100100011111011111010101100 | f2e28ed48fbeac |
SJIS-WIN | ??????¬ | 0011111100111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f3f81ca |
EUC-JP | òâ?Ô??¬ | 1000111110101011110100101000111110101011101001000011111110001111101010101101010000111111001111111010001011001100 | 8fabd28faba43f8faad43f3fa2cc |
UTF-8 | òâÔ¾¬ | 1100001110110010110000111010001011000010100011101100001110010100110000101000111111000010101111101100001010101100 | c3b2c3a2c28ec394c28fc2bec2ac |
UHC | ?????¾? | 0011111100111111001111110011111100111111101010001111101000111111 | 3f3f3f3f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)