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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 諱√純緕」c^ | 1110011010000001100000011110001110001111100000111110001110001110101000110110001101011110 | e68181e38f83e38ea3635e |
EUC-JP | 諱√純緕」c^ | 111010111110000110100010111001011011110111100011111001011110111010001110101000110110001101011110 | ebe1a2e5bde3e5ee8ea3635e |
UTF-8 | 諱√純緕」c^ | 1110100010101011101100011110001010001000100110101110011110110100100101001110011110110111100101011110111110111101101000110110001101011110 | e8abb1e2889ae7b494e7b795efbda3635e |
UHC | 諱√純??c^ | 11111101110010011010000111101110111000101110110100111111001111110110001101011110 | fdc9a1eee2ed3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)