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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 灌渙B | 1001111111110011100111111101000001000010 | 9ff39fd042 |
EUC-JP | 灌渙B | 1101111011110101110111101101001001000010 | def5ded242 |
UTF-8 | 灌渙B | 11100111100000011000110011100110101110001001100101000010 | e7818ce6b89942 |
UHC | 灌渙B | 1100111010110100111111001011100101000010 | ceb4fcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)