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 | 蜍紋シ | 1110010110001011100101101110010010111100 | e58b96e4bc |
EUC-JP | 蜍紋シ | 111010011110101111001100111001101000111010111100 | e9ebcce68ebc |
UTF-8 | 蜍紋シ | 111010001001110010001101111001111011010010001011111011111011110110111100 | e89c8de7b48befbdbc |
UHC | ?紋? | 00111111110110101010001100111111 | 3fdaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)