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 | 髮蛾宦蜚ア | 111010011001101110001001111010011001101110000001111001011001010010110001 | e99b89e99b81e594b1 |
EUC-JP | 髮蛾宦蜚ア | 11110001111110111011001011101011110101011110000111101001111101001000111010110001 | f1fbb2ebd5e1e9f48eb1 |
UTF-8 | 髮蛾宦蜚ア | 111010011010101110101110111010001001101110111110111001011010111010100110111010001001110010011010111011111011110110110001 | e9abaee89bbee5aea6e89c9aefbdb1 |
UHC | 髮蛾宦蜚? | 110110111010010111100100101101101111110010110010110111101010010000111111 | dba5e4b6fcb2dea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)