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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 亥?D亥?D^ | 100010001110010100111111010001001000100011100101001111110100010001011110 | 88e53f4488e53f445e |
EUC-JP | 亥?D亥?D^ | 101100001110011100111111010001001011000011100111001111110100010001011110 | b0e73f44b0e73f445e |
UTF-8 | 亥렲D亥렲D^ | 111001001011101010100101111010111010000010110010010001001110010010111010101001011110101110100000101100100100010001011110 | e4baa5eba0b244e4baa5eba0b2445e |
UHC | 亥렲D亥렲D^ | 1111101010100100100011101011111101000100111110101010010010001110101111110100010001011110 | faa48ebf44faa48ebf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)