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 | ??ª? | 00111111001111111010101000111111 | 3f3faa3f |
SJIS-WIN | 迂??腸 | 100010010100100100111111001111111001001010110000 | 89493f3f92b0 |
EUC-JP | 迂?ª腸 | 1011000110101010001111111000111110100010111011001100010010110010 | b1aa3f8fa2ecc4b2 |
UTF-8 | 迂펠ª腸 | 1110100010111111100000101110110110001110101000001100001010101010111010001000010110111000 | e8bf82ed8ea0c2aae885b8 |
UHC | 迂펠ª腸 | 1110100111100110110001101110011110101000101000111110110111110011 | e9e6c6e7a8a3edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)