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 | ??AY | 00111111001111110100000101011001 | 3f3f4159 |
SJIS-WIN | ツ哭AY | 1100001010011010010011000100000101011001 | c29a4c4159 |
EUC-JP | ツ哭AY | 100011101100001011010011101011010100000101011001 | 8ec2d3ad4159 |
UTF-8 | ツ哭AY | 1110111110111110100000101110010110010011101011010100000101011001 | efbe82e593ad4159 |
UHC | ?哭AY | 0011111111001101110101100100000101011001 | 3fcdd64159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)