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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 源?賈? | 100011001011100100111111111001101100100100111111 | 8cb93fe6c93f |
EUC-JP | 源?賈? | 101110001011101100111111111011001100101100111111 | b8bb3feccb3f |
UTF-8 | 源잰賈벎 | 111001101011101010010000111011001001111010110000111010001011001110001000111010111011001010001110 | e6ba90ec9eb0e8b388ebb28e |
UHC | 源잰賈벎 | 1110101010111001110000001110100111001010101110011011100111111011 | eab9c0e9cab9b9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)