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 | èç¹ê³¥^ | 111010001110011110001110101110011110101010110011100011101010010101011110 | e8e78eb9eab38ea55e |
| SJIS-WIN | ???????¥^ | 00111111001111110011111100111111001111110011111100111111100000011000111101011110 | 3f3f3f3f3f3f3f818f5e |
| EUC-JP | èç??ê???^ | 100011111010101110110010100011111010101110101110001111110011111110001111101010111011010000111111001111110011111101011110 | 8fabb28fabae3f3f8fabb43f3f3f5e |
| UTF-8 | èç¹ê³¥^ | 1100001110101000110000111010011111000010100011101100001010111001110000111010101011000010101100111100001010001110110000101010010101011110 | c3a8c3a7c28ec2b9c3aac2b3c28ec2a55e |
| UHC | ???¹?³??^ | 0011111100111111001111111010100111110110001111111010100111111000001111110011111101011110 | 3f3f3fa9f63fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)