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 | ?`????^ | 00111111011000000011111100111111001111110011111101011110 | 3f603f3f3f3f5e |
SJIS-WIN | ?`????^ | 00111111011000000011111100111111001111110011111101011110 | 3f603f3f3f3f5e |
EUC-JP | ?`????^ | 00111111011000000011111100111111001111110011111101011110 | 3f603f3f3f3f5e |
UTF-8 | 혲`혶혛챈짹^ | 1110110110011000101100100110000011101101100110001011011011101101100110001001101111101100101100011000100011101100101001111011100101011110 | ed98b260ed98b6ed989becb188eca7b95e |
UHC | 혲`혶혛챈짹^ | 110000101001100101100000110000101001110111000010100001101100001110100110110000101011000101011110 | c29960c29dc286c3a6c2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)