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 | ×âô´^ | 10001110110101111110001011110100100011101011010001011110 | 8ed7e2f48eb45e |
| SJIS-WIN | ?×???´^ | 001111111000000101111110001111110011111100111111100000010100110001011110 | 3f817e3f3f3f814c5e |
| EUC-JP | ?×âô?´^ | 00111111101000011101111110001111101010111010010010001111101010111101010000111111101000011010110101011110 | 3fa1df8faba48fabd43fa1ad5e |
| UTF-8 | ×âô´^ | 11000010100011101100001110010111110000111010001011000011101101001100001010001110110000101011010001011110 | c28ec397c3a2c3b4c28ec2b45e |
| UHC | ?×???´^ | 001111111010000110111111001111110011111100111111101000101010010101011110 | 3fa1bf3f3f3fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)