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 | 鄭褐赭 | 100100110100000110001010100011001110011011011110 | 93418a8ce6de |
EUC-JP | 鄭褐赭 | 110001011010001010110011111011001110110011100000 | c5a2b3ecece0 |
UTF-8 | 鄭褐赭 | 111010011000010010101101111010001010010010010000111010001011010110101101 | e984ade8a490e8b5ad |
UHC | 鄭褐? | 1110111111110111110010101110100000111111 | eff7cae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)