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 | 調?j夭耿? | 10010010101100100011111110000010100010101001101011101110111000111101010000111111 | 92b23f828a9aeee3d43f |
| EUC-JP | 調?j夭耿? | 11000100101101000011111110100011111010101101010011110000111001101101011000111111 | c4b43fa3ead4f0e6d63f |
| UTF-8 | 調쇔j夭耿렏 | 111010001010101010111111111011001000011110010100111011111011110110001010111001011010010010101101111010001000000010111111111010111010000010001111 | e8aabfec8794efbd8ae5a4ade880bfeba08f |
| UHC | 調쇔j夭耿렏 | 111100001110000010111100111001011010001111101010111010001110110011001100111010101000111010100101 | f0e0bce5a3eae8ecccea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)