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 | 蓚爺ウ。粤 | 1110010011101001100101101110101010110011101000011110001011100011 | e4e996eab3a1e2e3 |
EUC-JP | 蓚爺ウ。粤 | 11101000111010111100110011101100100011101011001110001110101000011110010011100101 | e8ebccec8eb38ea1e4e5 |
UTF-8 | 蓚爺ウ。粤 | 111010001001001110011010111001111000100010111010111011111011110110110011111011111011110110100001111001111011001010100100 | e8939ae788baefbdb3efbda1e7b2a4 |
UHC | 蓚爺??? | 11100010101111101110010110101100001111110011111100111111 | e2bee5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)