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 | 1111101010111001111110101011100101000101 | fab9fab945 |
EUC-JP | 彧彧E | 10001111101111001111111010001111101111001111111001000101 | 8fbcfe8fbcfe45 |
UTF-8 | 彧彧E | 11100101101111011010011111100101101111011010011101000101 | e5bda7e5bda745 |
UHC | 彧彧E | 1110100111101110111010011110111001000101 | e9eee9ee45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)