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}B | 0011111100111111011101100111110101000010 | 3f3f767d42 |
SJIS-WIN | ??v}B | 0011111100111111011101100111110101000010 | 3f3f767d42 |
EUC-JP | ??v}B | 0011111100111111011101100111110101000010 | 3f3f767d42 |
UTF-8 | 롇렟v}B | 111010111010000110000111111010111010000010011111011101100111110101000010 | eba187eba09f767d42 |
UHC | 롇렟v}B | 10001110110011011000111010110000011101100111110101000010 | 8ecd8eb0767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)