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 | 1000111011010110100011101101011001000010 | 8ed68ed642 |
EUC-JP | 蛇蛇B | 1011110011011000101111001101100001000010 | bcd8bcd842 |
UTF-8 | 蛇蛇B | 11101000100110111000011111101000100110111000011101000010 | e89b87e89b8742 |
UHC | 蛇蛇B | 1101111011101111110111101110111101000010 | deefdeef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)