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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?幄剩 | 0011111110011011111010001001100110010100 | 3f9be89994 |
EUC-JP | ?幄剩 | 0011111111010110111010101101000111110100 | 3fd6ead1f4 |
UTF-8 | 택幄剩 | 111011011000001110011101111001011011100110000100111001011000100110101001 | ed839de5b984e589a9 |
UHC | 택幄剩 | 110001011100001111100100110000011110110110100101 | c5c3e4c1eda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)