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 | 黍潟? | 1000101101101111100010101000001100111111 | 8b6f8a833f |
EUC-JP | 黍潟饍 | 10110101110100001011001111100011100011111110100011101101 | b5d0b3e38fe8ed |
UTF-8 | 黍潟饍 | 111010011011101110001101111001101011110110011111111010011010010110001101 | e9bb8de6bd9fe9a58d |
UHC | 黍潟饍 | 111000001010100011100000101100111110000011010111 | e0a8e0b3e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)