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^ | 1001001001000001100100100100011101000100100100100100000110010010010001110100010001011110 | 924192474492419247445e |
EUC-JP | 但竪D但竪D^ | 1100001110100010110000111010100001000100110000111010001011000011101010000100010001011110 | c3a2c3a844c3a2c3a8445e |
UTF-8 | 但竪D但竪D^ | 111001001011110110000110111001111010101110101010010001001110010010111101100001101110011110101011101010100100010001011110 | e4bd86e7abaa44e4bd86e7abaa445e |
UHC | 但竪D但竪D^ | 1101001110100011111000101011010101000100110100111010001111100010101101010100010001011110 | d3a3e2b544d3a3e2b5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)