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 | 欲??辱?? | 1001011101111110001111110011111110010000010010100011111100111111 | 977e3f3f904a3f3f |
| EUC-JP | 欲??辱?? | 1100110111011111001111110011111110111111101010110011111100111111 | cddf3f3fbfab3f3f |
| UTF-8 | 欲얍츒辱녺뮵 | 111001101010110010110010111011001001011010001101111011001011100010010010111010001011111010110001111010111000010110111010111010111010111010110101 | e6acb2ec968decb892e8beb1eb85baebaeb5 |
| UHC | 欲얍츒辱녺뮵 | 111010011011000010111110111001011010111010001101111010011011010010000110111001111001001010111101 | e9b0bee5ae8de9b486e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)