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 | é[é[^ | 11101001101011010101101111101001101011010101101101011110 | e9ad5be9ad5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | é?[é?[^ | 1000111110101011101100010011111101011011100011111010101110110001001111110101101101011110 | 8fabb13f5b8fabb13f5b5e |
UTF-8 | é[é[^ | 1100001110101001110000101010110101011011110000111010100111000010101011010101101101011110 | c3a9c2ad5bc3a9c2ad5b5e |
UHC | ?[?[^ | 001111111010000110101001010110110011111110100001101010010101101101011110 | 3fa1a95b3fa1a95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)