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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | シッQ | 1111000011110101101111001010111101010001 | f0f5bcaf51 |
EUC-JP | ?シッQ | 001111111000111010111100100011101010111101010001 | 3f8ebc8eaf51 |
UTF-8 | シッQ | 11101110100000101011010011101111101111011011110011101111101111011010111101010001 | ee82b4efbdbcefbdaf51 |
UHC | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)