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 | ??xE | 00111111001111110111100001000101 | 3f3f7845 |
SJIS-WIN | 自治xE | 100011101010100110001110101000010111100001000101 | 8ea98ea17845 |
EUC-JP | 自治xE | 101111001010101110111100101000110111100001000101 | bcabbca37845 |
UTF-8 | 自治xE | 1110100010000111101010101110011010110010101110110111100001000101 | e887aae6b2bb7845 |
UHC | 自治xE | 111011011011101111110110101111010111100001000101 | edbbf6bd7845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)