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 | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
SJIS-WIN | 遶ェ蟄ォEE | 1110011110101011101010101110010110101101101010110100010101000101 | e7abaae5adab4545 |
EUC-JP | 遶ェ蟄ォEE | 11101110101011011000111010101010111010101010111110001110101010110100010101000101 | eead8eaaeaaf8eab4545 |
UTF-8 | 遶ェ蟄ォEE | 1110100110000001101101101110111110111101101010101110100010011111100001001110111110111101101010110100010101000101 | e981b6efbdaae89f84efbdab4545 |
UHC | ??蟄?EE | 00111111001111111111011011011110001111110100010101000101 | 3f3ff6de3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)