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 | 揖濮 | 10010111010010111110000001100000 | 974be060 |
EUC-JP | 揖濮 | 11001101101011001101111111000001 | cdacdfc1 |
UTF-8 | 揖濮 | 111001101000111110010110111001101011111110101110 | e68f96e6bfae |
UHC | 揖? | 111010111110011100111111 | ebe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)