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^ | 1001001001000001100100011010110001000100100100100100000110010001101011000100010001011110 | 924191ac44924191ac445e |
EUC-JP | 但速D但速D^ | 1100001110100010110000101010111001000100110000111010001011000010101011100100010001011110 | c3a2c2ae44c3a2c2ae445e |
UTF-8 | 但速D但速D^ | 111001001011110110000110111010011000000010011111010001001110010010111101100001101110100110000000100111110100010001011110 | e4bd86e9809f44e4bd86e9809f445e |
UHC | 但速D但速D^ | 1101001110100011111000011101110001000100110100111010001111100001110111000100010001011110 | d3a3e1dc44d3a3e1dc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)