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 | 00111111001111110101011001000010 | 3f3f5642 |
SJIS-WIN | 謝嫉VB | 100011101101001110001110101110010101011001000010 | 8ed38eb95642 |
EUC-JP | 謝嫉VB | 101111001101010110111100101110110101011001000010 | bcd5bcbb5642 |
UTF-8 | 謝嫉VB | 1110100010101100100111011110010110101011100010010101011001000010 | e8ac9de5ab895642 |
UHC | 謝嫉VB | 110111101111001111110010111011000101011001000010 | def3f2ec5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)