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 | 001111110011111101110111 | 3f3f77 |
SJIS-WIN | ?讎w | 00111111111001101010011001110111 | 3fe6a677 |
EUC-JP | 嶴讎w | 100011111011101111110011111011001010100001110111 | 8fbbf3eca877 |
UTF-8 | 嶴讎w | 11100101101101101011010011101000101011101000111001110111 | e5b6b4e8ae8e77 |
UHC | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)