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 | 援k? | 1000100110000111100000101000101100111111 | 8987828b3f |
EUC-JP | 援k? | 1011000111100111101000111110101100111111 | b1e7a3eb3f |
UTF-8 | 援k쨽 | 111001101000111110110100111011111011110110001011111011001010100010111101 | e68fb4efbd8beca8bd |
UHC | 援k쨽 | 111010101011010110100011111010111010010010010111 | eab5a3eba497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)