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 | 11101000101111101011000011100110100011111000001101000101 | e8beb0e68f8345 |
SJIS-WIN | ??°???E | 0011111100111111100000011000101100111111001111110011111101000101 | 3f3f818b3f3f3f45 |
EUC-JP | è?°æ??E | 100011111010101110110010001111111010000111101011100011111010100111000001001111110011111101000101 | 8fabb23fa1eb8fa9c13f3f45 |
UTF-8 | è¾°æE | 11000011101010001100001010111110110000101011000011000011101001101100001010001111110000101000001101000101 | c3a8c2bec2b0c3a6c28fc28345 |
UHC | ?¾°æ??E | 00111111101010001111101010100001110001101010100110100001001111110011111101000101 | 3fa8faa1c6a9a13f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)