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 | îèûŬðU^ | 1110111011101000111110111100010110101100111100000101010101011110 | eee8fbc5acf0555e |
SJIS-WIN | ????¬?U^ | 001111110011111100111111001111111000000111001010001111110101010101011110 | 3f3f3f3f81ca3f555e |
EUC-JP | îèûŬðU^ | 10001111101010111100001010001111101010111011001010001111101010111110010110001111101010101010100110100010110011001000111110101001110000110101010101011110 | 8fabc28fabb28fabe58faaa9a2cc8fa9c3555e |
UTF-8 | îèûŬðU^ | 1100001110101110110000111010100011000011101110111100001110000101110000101010110011000011101100000101010101011110 | c3aec3a8c3bbc385c2acc3b0555e |
UHC | ?????ðU^ | 001111110011111100111111001111110011111110101001101000110101010101011110 | 3f3f3f3f3fa9a3555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)