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 | ?湧~ | 00111111100101110100111001111110 | 3f974e7e |
EUC-JP | ?湧~ | 00111111110011011010111101111110 | 3fcdaf7e |
UTF-8 | 뺈湧~ | 11101011101110101000100011100110101110011010011101111110 | ebba88e6b9a77e |
UHC | 뺈湧~ | 1001010111010111111010011100000001111110 | 95d7e9c07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)