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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?繹E | 00111111111000111000100001000101 | 3fe38845 |
EUC-JP | ?繹E | 00111111111001011110100001000101 | 3fe5e845 |
UTF-8 | 뿮繹E | 11101011101111111010111011100111101110011011100101000101 | ebbfaee7b9b945 |
UHC | 뿮繹E | 1001011110101110111001101011101001000101 | 97aee6ba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)