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 | 邀??魏?? | 1110011110110001001111110011111111101001101100000011111100111111 | e7b13f3fe9b03f3f |
| EUC-JP | 邀??魏?? | 1110111010110011001111110011111111110010101100100011111100111111 | eeb33f3ff2b23f3f |
| UTF-8 | 邀싲맦魏뚧뉩 | 111010011000001010000000111011001000101110110010111010111010011110100110111010011010110110001111111010111001101010100111111010111000100110101001 | e98280ec8bb2eba7a6e9ad8feb9aa7eb89a9 |
| UHC | 邀싲맦魏뚧뉩 | 111010011010110110011010111010111001000010101111111010101110000010001100111001101011010010111001 | e9ad9aeb90afeae08ce6b4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)