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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 磬紡@磬紡@B | 1110000111111100100101100110000101000000111000011111110010010110011000010100000001000010 | e1fc966140e1fc96614042 |
EUC-JP | 磬紡@磬紡@B | 1110001011111110110010111100001001000000111000101111111011001011110000100100000001000010 | e2fecbc240e2fecbc24042 |
UTF-8 | 磬紡@磬紡@B | 111001111010001110101100111001111011010010100001010000001110011110100011101011001110011110110100101000010100000001000010 | e7a3ace7b4a140e7a3ace7b4a14042 |
UHC | 磬紡@磬紡@B | 1100110011100100110110111011011101000000110011001110010011011011101101110100000001000010 | cce4dbb740cce4dbb74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)