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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
| EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
| UTF-8 | 聯륅퐱徇됬뀗 | 111011111010011010010111111010111010010110000101111011011001000010110001111001011011111010000111111010111001000010101100111010111000000010010111 | efa697eba585ed90b1e5be87eb90aceb8097 |
| UHC | 聯륅퐱徇됬뀗 | 111001101110000110001111111011111011110110011010111000101101111110001001111001111000010110010000 | e6e18fefbd9ae2df89e78590 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)