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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 鍈?㎝ | 1111101001011110001111111000011101110000 | fa5e3f8770 |
| EUC-JP | 鍈?? | 1000111111100100111010010011111100111111 | 8fe4e93f3f |
| UTF-8 | 鍈ㅻ㎝ | 111010011000110110001000111000111000010110111011111000111000111010011101 | e98d88e385bbe38e9d |
| UHC | 鍈ㅻ㎝ | 111001111100110010100100111010111010011110101111 | e7cca4eba7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)