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 | 銕「莠募キ | 1110011111101100101000101110010010111010100101011110010110110111 | e7eca2e4ba95e5b7 |
| EUC-JP | 銕「莠募キ | 11101110111011101000111010100010111010001011110011001010111001111000111010110111 | eeee8ea2e8bccae78eb7 |
| UTF-8 | 銕「莠募キ | 111010011000101010010101111011111011110110100010111010001000111010100000111001011000101110011111111011111011110110110111 | e98a95efbda2e88ea0e58b9fefbdb7 |
| UHC | ???募? | 001111110011111100111111110110011011010000111111 | 3f3f3fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)