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 | 髫イ蟶キ邏 | 1110100110011010101100101110010110111000101101111110011110110100 | e99ab2e5b8b7e7b4 |
EUC-JP | 髫イ蟶キ邏 | 11110001111110101000111010110010111010101011101010001110101101111110111010110110 | f1fa8eb2eaba8eb7eeb6 |
UTF-8 | 髫イ蟶キ邏 | 111010011010101110101011111011111011110110110010111010001001111110110110111011111011110110110111111010011000001010001111 | e9ababefbdb2e89fb6efbdb7e9828f |
UHC | ????邏 | 001111110011111100111111001111111101010110100100 | 3f3f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)