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^ | 1001001001000111100100100101010101000100100100100100011110010010010101010100010001011110 | 924792554492479255445e |
EUC-JP | 竪旦D竪旦D^ | 1100001110101000110000111011011001000100110000111010100011000011101101100100010001011110 | c3a8c3b644c3a8c3b6445e |
UTF-8 | 竪旦D竪旦D^ | 111001111010101110101010111001101001011110100110010001001110011110101011101010101110011010010111101001100100010001011110 | e7abaae697a644e7abaae697a6445e |
UHC | 竪旦D竪旦D^ | 1110001010110101110100111010100101000100111000101011010111010011101010010100010001011110 | e2b5d3a944e2b5d3a9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)