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 | 1000100011100101100011110111110101000010 | 88e58f7d42 |
EUC-JP | 亥殉B | 1011000011100111101111011101111001000010 | b0e7bdde42 |
UTF-8 | 亥殉B | 11100100101110101010010111100110101011101000100101000010 | e4baa5e6ae8942 |
UHC | 亥殉B | 1111101010100100111000101110011001000010 | faa4e2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)