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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 熱????? | 10010100010011010011111100111111001111110011111100111111 | 944d3f3f3f3f3f |
| EUC-JP | 熱????? | 11000111101011100011111100111111001111110011111100111111 | c7ae3f3f3f3f3f |
| UTF-8 | 熱뗫젧琉됱뮈 | 111001111000011010110001111010111001011110101011111011001010000010100111111011111010011110001100111010111001000010110001111010111010111010001000 | e786b1eb97abeca0a7efa78ceb90b1ebae88 |
| UHC | 熱뗫젧琉됱뮈 | 111001101111000010001011111010111010000010011111111010111010010010001001111011001011100110111111 | e6f08beba09feba489ecb9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)