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 | 邀?/嗽 | 11100111101100010011111110000001010111101001101001110101 | e7b13f815e9a75 |
| EUC-JP | 邀?/嗽 | 11101110101100110011111110100001101111111101001111010110 | eeb33fa1bfd3d6 |
| UTF-8 | 邀띸/嗽 | 111010011000001010000000111010111001110110111000111011111011110010001111111001011001011110111101 | e98280eb9db8efbc8fe597bd |
| UHC | 邀띸/嗽 | 1110100110101101100011011110011110100011101011111110000111110101 | e9ad8de7a3afe1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)