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 | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
SJIS-WIN | ^{^s | 1111011110101100010111100111101111110111101011000101111001110011 | f7ac5e7bf7ac5e73 |
EUC-JP | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
UTF-8 | ^{^s | 11101110100101101000111101011110011110111110111010010110100011110101111001110011 | ee968f5e7bee968f5e73 |
UHC | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)