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 | 鄭褐? | 1001001101000001100010101000110000111111 | 93418a8c3f |
EUC-JP | 鄭褐? | 1100010110100010101100111110110000111111 | c5a2b3ec3f |
UTF-8 | 鄭褐껴 | 111010011000010010101101111010001010010010010000111010101011101110110100 | e984ade8a490eabbb4 |
UHC | 鄭褐껴 | 111011111111011111001010111010001011001010111000 | eff7cae8b2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)