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 | èßèâç | 1110100011011111100010111110100010010011100100011110001011100111 | e8df8be89391e2e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èß?è??âç | 100011111010101110110010100011111010100111001110001111111000111110101011101100100011111100111111100011111010101110100100100011111010101110101110 | 8fabb28fa9ce3f8fabb23f3f8faba48fabae |
UTF-8 | èßèâç | 11000011101010001100001110011111110000101000101111000011101010001100001010010011110000101001000111000011101000101100001110100111 | c3a8c39fc28bc3a8c293c291c3a2c3a7 |
UHC | ?ß?????? | 001111111010100110101100001111110011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)