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 | 燿e?辱?? | 111000001010000010000010100001010011111110010000010010100011111100111111 | e0a082853f904a3f3f |
| EUC-JP | 燿e?辱?? | 111000001010001010100011111001010011111110111111101010110011111100111111 | e0a2a3e53fbfab3f3f |
| UTF-8 | 燿e츒辱녺뮵 | 111001111000011110111111111011111011110110000101111011001011100010010010111010001011111010110001111010111000010110111010111010111010111010110101 | e787bfefbd85ecb892e8beb1eb85baebaeb5 |
| UHC | 燿e츒辱녺뮵 | 111010001111110010100011111001011010111010001101111010011011010010000110111001111001001010111101 | e8fca3e5ae8de9b486e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)