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 | 蒿千オヲ蕈 | 1110010011100100100100001110011110110101101001101110010011111100 | e4e490e7b5a6e4fc |
EUC-JP | 蒿千オヲ蕈 | 11101000111001101100000011101001100011101011010110001110101001101110100011111110 | e8e6c0e98eb58ea6e8fe |
UTF-8 | 蒿千オヲ蕈 | 111010001001001010111111111001011000110110000011111011111011110110110101111011111011110110100110111010001001010110001000 | e892bfe58d83efbdb5efbda6e89588 |
UHC | 蒿千??? | 11111011110110101111010010110110001111110011111100111111 | fbdaf4b63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)