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 | 闌イ閧「蟆 | 1110100010001100101100101110100010000010101000101110010110110000 | e88cb2e882a2e5b0 |
EUC-JP | 闌イ閧「蟆 | 11101111111011001000111010110010111011111110001010001110101000101110101010110010 | efec8eb2efe28ea2eab2 |
UTF-8 | 闌イ閧「蟆 | 111010011001011110001100111011111011110110110010111010011001011010100111111011111011110110100010111010001001111110000110 | e9978cefbdb2e996a7efbda2e89f86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)