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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘碕ウシ繹 | 1110100110100001100011011110101010110011101111001110001110001000 | e9a18deab3bce388 |
EUC-JP | 鬘碕ウシ繹 | 11110010101000111011101011101100100011101011001110001110101111001110010111101000 | f2a3baec8eb38ebce5e8 |
UTF-8 | 鬘碕ウシ繹 | 111010011010110010011000111001111010001010010101111011111011110110110011111011111011110110111100111001111011100110111001 | e9ac98e7a295efbdb3efbdbce7b9b9 |
UHC | ????繹 | 001111110011111100111111001111111110011010111010 | 3f3f3f3fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)