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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羝壕蟹^ | 11100011101101101000110110001000100010100100100101011110 | e3b68d888a495e |
EUC-JP | 羝壕蟹^ | 11100110101110001011100111101000101100111010101001011110 | e6b8b9e8b3aa5e |
UTF-8 | 羝壕蟹^ | 11100111101111101001110111100101101000111001010111101000100111111011100101011110 | e7be9de5a395e89fb95e |
UHC | ?壕蟹^ | 001111111111101110111101111110101010111101011110 | 3ffbbdfaaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)