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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ヨス失@B | 11110000101011111101011011110001100011101011110110001110101110000100000001000010 | f0afd6f18ebd8eb84042 |
EUC-JP | ?ヨ?ス失@B | 00111111100011101101011000111111100011101011110110111100101110100100000001000010 | 3f8ed63f8ebdbcba4042 |
UTF-8 | ヨス失@B | 1110111010000001101011101110111110111110100101101110111010000100100010011110111110111101101111011110010110100100101100010100000001000010 | ee81aeefbe96ee8489efbdbde5a4b14042 |
UHC | ????失@B | 0011111100111111001111110011111111100011111101110100000001000010 | 3f3f3f3fe3f74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)