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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 骰猫h骰猫 | 111010011000110110010100010011000110100011101001100011011001010001001100 | e98d944c68e98d944c |
EUC-JP | 骰猫h骰猫 | 111100011110110111000111101011010110100011110001111011011100011110101101 | f1edc7ad68f1edc7ad |
UTF-8 | 骰猫h骰猫 | 11101001101010101011000011100111100011001010101101101000111010011010101010110000111001111000110010101011 | e9aab0e78cab68e9aab0e78cab |
UHC | ?猫h?猫 | 00111111110110011101111001101000001111111101100111011110 | 3fd9de683fd9de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)