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\ | 00111111001111110111011001011100 | 3f3f765c |
SJIS-WIN | 奛豸v\ | 111110101010000111100110101101100111011001011100 | faa1e6b6765c |
EUC-JP | 奛豸v\ | 10001111101110001111011111101100101110000111011001011100 | 8fb8f7ecb8765c |
UTF-8 | 奛豸v\ | 1110010110100101100110111110100010110001101110000111011001011100 | e5a59be8b1b8765c |
UHC | ??v\ | 00111111001111110111011001011100 | 3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)