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 | èßè¦E | 11101000110111111000111111101000101001101000000101000101 | e8df8fe8a68145 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | èß?è¦?E | 100011111010101110110010100011111010100111001110001111111000111110101011101100101000111110100010110000110011111101000101 | 8fabb28fa9ce3f8fabb28fa2c33f45 |
UTF-8 | èßè¦E | 11000011101010001100001110011111110000101000111111000011101010001100001010100110110000101000000101000101 | c3a8c39fc28fc3a8c2a6c28145 |
UHC | ?ß????E | 0011111110101001101011000011111100111111001111110011111101000101 | 3fa9ac3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)