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 | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 竺軸vB | 100011101011000110001110101100100111011001000010 | 8eb18eb27642 |
EUC-JP | 竺軸vB | 101111001011001110111100101101000111011001000010 | bcb3bcb47642 |
UTF-8 | 竺軸vB | 1110011110101011101110101110100010111011101110000111011001000010 | e7abbae8bbb87642 |
UHC | 竺軸vB | 111101011110011111110101111011100111011001000010 | f5e7f5ee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)