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è | 111010001001111010011111111011111011110110100101011010001110100010011110 | e89e9fefbda568e89e |
SJIS-WIN | ?????¥h?? | 00111111001111110011111100111111001111111000000110001111011010000011111100111111 | 3f3f3f3f3f818f683f3f |
EUC-JP | è??ï??hè? | 100011111010101110110010001111110011111110001111101010111100000100111111001111110110100010001111101010111011001000111111 | 8fabb23f3f8fabc13f3f688fabb23f |
UTF-8 | èï½¥hè | 1100001110101000110000101001111011000010100111111100001110101111110000101011110111000010101001010110100011000011101010001100001010011110 | c3a8c29ec29fc3afc2bdc2a568c3a8c29e |
UHC | ????½?h?? | 00111111001111110011111100111111101010001111011000111111011010000011111100111111 | 3f3f3f3fa8f63f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)