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 | 虞??富 | 100010111111000100111111001111111001010101111000 | 8bf13f3f9578 |
EUC-JP | 虞??富 | 101101101111001100111111001111111100100111011001 | b6f33f3fc9d9 |
UTF-8 | 虞계렰富 | 111010001001100110011110111010101011001110000100111010111010000010110000111001011010111110001100 | e8999eeab384eba0b0e5af8c |
UHC | 虞계렰富 | 1110100111100101101100001110100010001110101111011101110110100011 | e9e5b0e88ebddda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)