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 | 1110011110101011100011110111110101000010 | e7ab8f7d42 |
EUC-JP | 遶殉B | 1110111010101101101111011101111001000010 | eeadbdde42 |
UTF-8 | 遶殉B | 11101001100000011011011011100110101011101000100101000010 | e981b6e6ae8942 |
UHC | ?殉B | 00111111111000101110011001000010 | 3fe2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)