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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 漆~ | 1111000010100101100011101011110101111110 | f0a58ebd7e |
EUC-JP | ?漆~ | 00111111101111001011111101111110 | 3fbcbf7e |
UTF-8 | 漆~ | 11101110100000011010010011100110101111001000011001111110 | ee81a4e6bc867e |
UHC | ?漆~ | 00111111111101101101010001111110 | 3ff6d47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)