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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?盈 | 001111111000100101101101 | 3f896d |
EUC-JP | ?盈 | 001111111011000111001110 | 3fb1ce |
UTF-8 | 쁪盈 | 111011001000000110101010111001111001101110001000 | ec81aae79b88 |
UHC | 쁪盈 | 10011000011010111110011111000011 | 986be7c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)