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 | ??Ea??BV | 0011111100111111010001010110000100111111001111110100001001010110 | 3f3f45613f3f4256 |
SJIS-WIN | 嶸ェEa嶸ェBV | 11111010101101001010101001000101011000011111101010110100101010100100001001010110 | fab4aa4561fab4aa4256 |
EUC-JP | 嶸ェEa嶸ェBV | 1000111110111011111101001000111010101010010001010110000110001111101110111111010010001110101010100100001001010110 | 8fbbf48eaa45618fbbf48eaa4256 |
UTF-8 | 嶸ェEa嶸ェBV | 11100101101101101011100011101111101111011010101001000101011000011110010110110110101110001110111110111101101010100100001001010110 | e5b6b8efbdaa4561e5b6b8efbdaa4256 |
UHC | 嶸?Ea嶸?BV | 11100111101011100011111101000101011000011110011110101110001111110100001001010110 | e7ae3f4561e7ae3f4256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)