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^ | 111001111011011110101001010001001110011110110111101010010100010001011110 | e7b7a944e7b7a9445e |
EUC-JP | 邱ゥD邱ゥD^ | 1110111010111001100011101010100101000100111011101011100110001110101010010100010001011110 | eeb98ea944eeb98ea9445e |
UTF-8 | 邱ゥD邱ゥD^ | 111010011000001010110001111011111011110110101001010001001110100110000010101100011110111110111101101010010100010001011110 | e982b1efbda944e982b1efbda9445e |
UHC | 邱?D邱?D^ | 110011111100100000111111010001001100111111001000001111110100010001011110 | cfc83f44cfc83f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)