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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賰抵ィ徒 | 11111011101011011001001011101111101010001001001101101011 | fbad92efa8936b |
EUC-JP | 賰抵ィ徒 | 100011111101111110111001110001001111000110001110101010001100010111001100 | 8fdfb9c4f18ea8c5cc |
UTF-8 | 賰抵ィ徒 | 111010001011001110110000111001101000101010110101111011111011110110101000111001011011111010010010 | e8b3b0e68ab5efbda8e5be92 |
UHC | ?抵?徒 | 001111111110111010111101001111111101001111111001 | 3feebd3fd3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)