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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 邨ゎ┏E | 11100111101101011000001011101100100001001010110001000101 | e7b582ec84ac45 |
EUC-JP | 邨ゎ┏E | 11101110101101111010010011101110101010001010111001000101 | eeb7a4eea8ae45 |
UTF-8 | 邨ゎ┏E | 11101001100000101010100011100011100000101000111011100010100101001000111101000101 | e982a8e3828ee2948f45 |
UHC | 邨ゎ┏E | 11110101101111101010101011101110101001101010111001000101 | f5beaaeea6ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)