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 | 壌・酌濵七 | 100011111110101110100101100011101101111011111011010011011000111010110101 | 8feba58edefb4d8eb5 |
EUC-JP | 壌・酌濵七 | 1011111011101101100011101010010110111100111000001000111111001001101001101011110010110111 | beed8ea5bce08fc9a6bcb7 |
UTF-8 | 壌・酌濵七 | 111001011010001110001100111011111011110110100101111010011000010110001100111001101011111110110101111001001011100010000011 | e5a38cefbda5e9858ce6bfb5e4b883 |
UHC | ??酌?七 | 00111111001111111110110111001100001111111111011011010010 | 3f3fedcc3ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)