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 | 疫??箋②? | 100010010111010100111111001111111110001010110011100001110100000100111111 | 89753f3fe2b387413f |
| EUC-JP | 疫??箋?? | 1011000111010110001111110011111111100100101101010011111100111111 | b1d63f3fe4b53f3f |
| UTF-8 | 疫욜몿箋②퍓 | 111001111001011010101011111011001001101010011100111010111010101010111111111001111010111010001011111000101001000110100001111011011000110110010011 | e796abec9a9cebaabfe7ae8be291a1ed8d93 |
| UHC | 疫욜몿箋②퍓 | 111001101011100110111111111001111001000110100011111011111010100010101000111010001011101110001010 | e6b9bfe791a3efa8a8e8bb8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)