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 | ЯÞ÷ | 11010000101011111101111011110111 | d0afdef7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | ?¯Þ÷ | 001111111000111110100010101101001000111110101001101100001010000111100000 | 3f8fa2b48fa9b0a1e0 |
UTF-8 | ЯÞ÷ | 1100001110010000110000101010111111000011100111101100001110110111 | c390c2afc39ec3b7 |
UHC | Ð?Þ÷ | 10101000101000100011111110101000101011011010000111000000 | a8a23fa8ada1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)