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 | ????p^ | 001111110011111100111111001111110111000001011110 | 3f3f3f3f705e |
| SJIS-WIN | ????p^ | 001111110011111100111111001111110111000001011110 | 3f3f3f3f705e |
| EUC-JP | ????p^ | 001111110011111100111111001111110111000001011110 | 3f3f3f3f705e |
| UTF-8 | 쒔롊쒀렡p^ | 1110110010010010100101001110101110100001100010101110110010010010100000001110101110100000101000010111000001011110 | ec9294eba18aec9280eba0a1705e |
| UHC | 쒔롊쒀렡p^ | 10111110101011011000111011010000101111101010110010001110101100100111000001011110 | bead8ed0beac8eb2705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)