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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 誓誓^ | 1001000010111110100100001011111001011110 | 90be90be5e |
EUC-JP | 誓誓^ | 1100000011000000110000001100000001011110 | c0c0c0c05e |
UTF-8 | 誓誓^ | 11101000101010101001001111101000101010101001001101011110 | e8aa93e8aa935e |
UHC | 誓誓^ | 1110000010100101111000001010010101011110 | e0a5e0a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)