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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??勝^ | 0011111100111111100011111001111101011110 | 3f3f8f9f5e |
EUC-JP | ??勝^ | 0011111100111111101111101010000101011110 | 3f3fbea15e |
UTF-8 | 궷젱勝^ | 11101010101101101011011111101100101000001011000111100101100010111001110101011110 | eab6b7eca0b1e58b9d5e |
UHC | 궷젱勝^ | 10110001110011001100000110101101111000111010110101011110 | b1ccc1ade3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)