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 | 灌溏魏鴿 | 1001111111110011100111111110110111101001101100001110100111111001 | 9ff39fede9b0e9f9 |
| EUC-JP | 灌溏魏鴿 | 1101111011110101110111101110111111110010101100101111001011111011 | def5deeff2b2f2fb |
| UTF-8 | 灌溏魏鴿 | 111001111000000110001100111001101011101010001111111010011010110110001111111010011011010010111111 | e7818ce6ba8fe9ad8fe9b4bf |
| UHC | 灌?魏? | 110011101011010000111111111010101110000000111111 | ceb43feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)