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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 材壇] | 1000110111011110100100100110010001011101 | 8dde92645d |
EUC-JP | 材壇] | 1011101011100000110000111100010101011101 | bae0c3c55d |
UTF-8 | 材壇] | 11100110100111011001000011100101101000111000011101011101 | e69d90e5a3875d |
UHC | 材壇] | 1110111010100111110100111010011001011101 | eea7d3a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)