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 | ??O{??Os | 0011111100111111010011110111101100111111001111110100111101110011 | 3f3f4f7b3f3f4f73 |
SJIS-WIN | 嶸ーO{嶸ーOs | 11111010101101001011000001001111011110111111101010110100101100000100111101110011 | fab4b04f7bfab4b04f73 |
EUC-JP | 嶸ーO{嶸ーOs | 1000111110111011111101001000111010110000010011110111101110001111101110111111010010001110101100000100111101110011 | 8fbbf48eb04f7b8fbbf48eb04f73 |
UTF-8 | 嶸ーO{嶸ーOs | 11100101101101101011100011101111101111011011000001001111011110111110010110110110101110001110111110111101101100000100111101110011 | e5b6b8efbdb04f7be5b6b8efbdb04f73 |
UHC | 嶸?O{嶸?Os | 11100111101011100011111101001111011110111110011110101110001111110100111101110011 | e7ae3f4f7be7ae3f4f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)