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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 銑齧選^ | 10010001010011001110101010010110100100010100100101011110 | 914cea9691495e |
EUC-JP | 銑齧選^ | 11000001101011011111001111110110110000011010101001011110 | c1adf3f6c1aa5e |
UTF-8 | 銑齧選^ | 11101001100010101001000111101001101111011010011111101001100000011011100001011110 | e98a91e9bda7e981b85e |
UHC | 銑齧選^ | 11100000110101011110000011100101111000001101010001011110 | e0d5e0e5e0d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)