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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??殉 | 00111111001111111000111101111101 | 3f3f8f7d |
EUC-JP | ??殉 | 00111111001111111011110111011110 | 3f3fbdde |
UTF-8 | 롛렦殉 | 111010111010000110011011111010111010000010100110111001101010111010001001 | eba19beba0a6e6ae89 |
UHC | 롛렦殉 | 100011101101111110001110101101011110001011100110 | 8edf8eb5e2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)