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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 偲痔W | 1000111011000011100011101010010001010111 | 8ec38ea457 |
EUC-JP | 偲痔W | 1011110011000101101111001010011001010111 | bcc5bca657 |
UTF-8 | 偲痔W | 11100101100000011011001011100111100101111001010001010111 | e581b2e7979457 |
UHC | ?痔W | 00111111111101101100000001010111 | 3ff6c057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)