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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 色色B | 1001000001000110100100000100011001000010 | 9046904642 |
EUC-JP | 色色B | 1011111110100111101111111010011101000010 | bfa7bfa742 |
UTF-8 | 色色B | 11101000100010011011001011101000100010011011001001000010 | e889b2e889b242 |
UHC | 色色B | 1101111111100100110111111110010001000010 | dfe4dfe442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)