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 | "エ齊イワ | 11111010010101111011010011101010100011101011001011011100 | fa57b4ea8eb2dc |
EUC-JP | ?エ齊イワ | 001111111000111010110100111100111110111010001110101100101000111011011100 | 3f8eb4f3ee8eb28edc |
UTF-8 | "エ齊イワ | 111011111011110010000010111011111011110110110100111010011011110110001010111011111011110110110010111011111011111010011100 | efbc82efbdb4e9bd8aefbdb2efbe9c |
UHC | "?齊?? | 10100011101000100011111111110000101110100011111100111111 | a3a23ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)