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^ | 1110111011101000111110111100010110101100111100000110001101011110 | eee8fbc5acf0635e |
SJIS-WIN | ????¬?c^ | 001111110011111100111111001111111000000111001010001111110110001101011110 | 3f3f3f3f81ca3f635e |
EUC-JP | îèûŬðc^ | 10001111101010111100001010001111101010111011001010001111101010111110010110001111101010101010100110100010110011001000111110101001110000110110001101011110 | 8fabc28fabb28fabe58faaa9a2cc8fa9c3635e |
UTF-8 | îèûŬðc^ | 1100001110101110110000111010100011000011101110111100001110000101110000101010110011000011101100000110001101011110 | c3aec3a8c3bbc385c2acc3b0635e |
UHC | ?????ðc^ | 001111110011111100111111001111110011111110101001101000110110001101011110 | 3f3f3f3f3fa9a3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)