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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??勝B | 0011111100111111100011111001111101000010 | 3f3f8f9f42 |
EUC-JP | ??勝B | 0011111100111111101111101010000101000010 | 3f3fbea142 |
UTF-8 | 궷짚勝B | 11101010101101101011011111101100101001111001101011100101100010111001110101000010 | eab6b7eca79ae58b9d42 |
UHC | 궷짚勝B | 10110001110011001100001010100100111000111010110101000010 | b1ccc2a4e3ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)