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 | 譽??岳 | 111001101010001100111111001111111000101001111000 | e6a33f3f8a78 |
| EUC-JP | 譽??岳 | 111011001010010100111111001111111011001111011001 | eca53f3fb3d9 |
| UTF-8 | 譽⑼퐦岳 | 111010001010110110111101111000101001000110111100111011011001000010100110111001011011001010110011 | e8adbde291bced90a6e5b2b3 |
| UHC | 譽⑼퐦岳 | 1110011111100010101010011110111110111101100011111110010010111111 | e7e2a9efbd8fe4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)