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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 鷄札罐Z | 11101010010100001000111001000100111000111010001101011010 | ea508e44e3a35a |
EUC-JP | 鷄札罐Z | 11110011101100011011101110100101111001101010010101011010 | f3b1bba5e6a55a |
UTF-8 | 鷄札罐Z | 11101001101101111000010011100110100111001010110111100111101111011001000001011010 | e9b784e69cade7bd905a |
UHC | 鷄札罐Z | 11001101101011101111001111001110110011101011100001011010 | cdaef3ceceb85a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)