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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 銕守ク∽繞 | 111001111110110010001110111001111011100010000001111001001110001110000101 | e7ec8ee7b881e4e385 |
| EUC-JP | 銕守ク∽繞 | 11101110111011101011110011101001100011101011100010100010111001101110010111100101 | eeeebce98eb8a2e6e5e5 |
| UTF-8 | 銕守ク∽繞 | 111010011000101010010101111001011010111010001000111011111011110110111000111000101000100010111101111001111011100110011110 | e98a95e5ae88efbdb8e288bde7b99e |
| UHC | ?守?∽繞 | 0011111111100001111110100011111110100001111011111110100110100100 | 3fe1fa3fa1efe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)