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 | 辱⑥???? | 1001000001001010100001110100010100111111001111110011111100111111 | 904a87453f3f3f3f |
| EUC-JP | 辱??洧?? | 101111111010101100111111001111111000111111000111101101000011111100111111 | bfab3f3f8fc7b43f3f |
| UTF-8 | 辱⑥븖洧좊뀆 | 111010001011111010110001111000101001000110100101111010111011100010010110111001101011010010100111111011001010001010001010111010111000000010000110 | e8beb1e291a5ebb896e6b4a7eca28aeb8086 |
| UHC | 辱⑥븖洧좊뀆 | 111010011011010010101000111011001001010110000010111010101111101110100000111010111000010110000010 | e9b4a8ec9582eafba0eb8582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)