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^ | 111001001011101010100101111010111010000010101111010001001110010010111010101001011110101110100000101011110100010001011110 | e4baa5eba0af44e4baa5eba0af445e |
UHC | 亥렯D亥렯D^ | 1111101010100100100011101011110001000100111110101010010010001110101111000100010001011110 | faa48ebc44faa48ebc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)