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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 跫アv | 11100110111011011011000101110110 | e6edb176 |
EUC-JP | 跫アv | 1110110011101111100011101011000101110110 | ecef8eb176 |
UTF-8 | 跫アv | 11101000101101111010101111101111101111011011000101110110 | e8b7abefbdb176 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)