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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 調聊] | 1001001010110010111000111101011001011101 | 92b2e3d65d |
EUC-JP | 調聊] | 1100010010110100111001101101100001011101 | c4b4e6d85d |
UTF-8 | 調聊] | 11101000101010101011111111101000100000011000101001011101 | e8aabfe8818a5d |
UHC | 調聊] | 1111000011100000110101101111110101011101 | f0e0d6fd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)