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 | 1110001110110101111001010101011001000010 | e3b5e55642 |
EUC-JP | 羞薹B | 1110011010110111111010011011011101000010 | e6b7e9b742 |
UTF-8 | 羞薹B | 11100111101111101001111011101000100101101011100101000010 | e7be9ee896b942 |
UHC | 羞?B | 11100010101110100011111101000010 | e2ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)