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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ??存ヘ〓^ | 001111110011111110010001101101101000001101110111100000011010110001011110 | 3f3f91b6837781ac5e |
| EUC-JP | ??存ヘ〓^ | 001111110011111111000010101110001010010111011000101000101010111001011110 | 3f3fc2b8a5d8a2ae5e |
| UTF-8 | 룵에存ヘ〓^ | 11101011101000111011010111101100100101111001000011100101101011011001100011100011100000111001100011100011100000001001001101011110 | eba3b5ec9790e5ad98e38398e380935e |
| UHC | 룵에存ヘ〓^ | 1000111110101010101111111010000111110000111011011010101111011000101000011110101101011110 | 8faabfa1f0edabd8a1eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)