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 | 豎墫雅イエ | 1110011010110001100110101101000110001001111010111011001010110100 | e6b19ad189ebb2b4 |
EUC-JP | 豎墫雅イエ | 11101100101100111101010011010011101100101110110110001110101100101000111010110100 | ecb3d4d3b2ed8eb28eb4 |
UTF-8 | 豎墫雅イエ | 111010001011000110001110111001011010001010101011111010011001101110000101111011111011110110110010111011111011110110110100 | e8b18ee5a2abe99b85efbdb2efbdb4 |
UHC | ??雅?? | 001111110011111111100100101110100011111100111111 | 3f3fe4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)