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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邑??? | 1001011101010111001111110011111100111111 | 97573f3f3f |
| EUC-JP | 邑??? | 1100110110111000001111110011111100111111 | cdb83f3f3f |
| UTF-8 | 邑렲痢렗 | 111010011000001010010001111010111010000010110010111011111010011110100101111010111010000010010111 | e98291eba0b2efa7a5eba097 |
| UHC | 邑렲痢렗 | 1110101111101001100011101011111111101100101110001000111010101100 | ebe98ebfecb88eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)