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 | Þèîº^ | 10001110110111101110100011101110100011101011101001011110 | 8edee8ee8eba5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ?Þèî?º^ | 001111111000111110101001101100001000111110101011101100101000111110101011110000100011111110001111101000101110101101011110 | 3f8fa9b08fabb28fabc23f8fa2eb5e |
| UTF-8 | Þèîº^ | 11000010100011101100001110011110110000111010100011000011101011101100001010001110110000101011101001011110 | c28ec39ec3a8c3aec28ec2ba5e |
| UHC | ?Þ???º^ | 001111111010100010101101001111110011111100111111101010001010110001011110 | 3fa8ad3f3f3fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)