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 | ?擾 | 001111111000111111101111 | 3f8fef |
EUC-JP | ?擾 | 001111111011111011110001 | 3fbef1 |
UTF-8 | 筽擾 | 111001111010110110111101111001101001001110111110 | e7adbde693be |
UHC | 筽擾 | 11101000101001001110100011110110 | e8a4e8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)