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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巍拷更B | 10011011110110011000110110001001100011010101100001000010 | 9bd98d898d5842 |
EUC-JP | 巍拷更B | 11010110110110111011100111101001101110011011100101000010 | d6dbb9e9b9b942 |
UTF-8 | 巍拷更B | 11100101101101111000110111100110100010111011011111100110100110111011010001000010 | e5b78de68bb7e69bb442 |
UHC | 巍拷更B | 11101000111001001100110110111000110011001101101001000010 | e8e4cdb8ccda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)