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 | 堺幄剩 | 100011011110010010011011111010001001100110010100 | 8de49be89994 |
EUC-JP | 堺幄剩 | 101110101110011011010110111010101101000111110100 | bae6d6ead1f4 |
UTF-8 | 堺幄剩 | 111001011010000010111010111001011011100110000100111001011000100110101001 | e5a0bae5b984e589a9 |
UHC | 堺幄剩 | 110011001111011111100100110000011110110110100101 | ccf7e4c1eda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)