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 | 鶯???↓ | 11101001111100100011111100111111001111111000000110101011 | e9f23f3f3f81ab |
EUC-JP | 鶯???↓ | 11110010111101000011111100111111001111111010001010101101 | f2f43f3f3fa2ad |
UTF-8 | 鶯뚳쉈掠↓ | 111010011011011010101111111010111001101010110011111011001000100110001000111011111010010110110101111000101000011010010011 | e9b6afeb9ab3ec8988efa5b5e28693 |
UHC | 鶯뚳쉈掠↓ | 11100101101000111000110011101111101111011010010111100101101100011010000111101001 | e5a38cefbda5e5b1a1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)