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 | 羆疣羝疆 | 1110001110101111111000010110111011100011101101101110000101100100 | e3afe16ee3b6e164 |
| EUC-JP | 羆疣羝疆 | 1110011010110001111000011100111111100110101110001110000111000101 | e6b1e1cfe6b8e1c5 |
| UTF-8 | 羆疣羝疆 | 111001111011111010000110111001111001011010100011111001111011111010011101111001111001011010000110 | e7be86e796a3e7be9de79686 |
| UHC | ???疆 | 0011111100111111001111111100101110110010 | 3f3f3fcbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)