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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?搾}?搾{^ | 001111111000110111101111011111010011111110001101111011110111101101011110 | 3f8def7d3f8def7b5e |
EUC-JP | ?搾}?搾{^ | 001111111011101011110001011111010011111110111010111100010111101101011110 | 3fbaf17d3fbaf17b5e |
UTF-8 | 롗搾}롗搾{^ | 111010111010000110010111111001101001000010111110011111011110101110100001100101111110011010010000101111100111101101011110 | eba197e690be7deba197e690be7b5e |
UHC | 롗搾}롗搾{^ | 1000111011011011111100111011011001111101100011101101101111110011101101100111101101011110 | 8edbf3b67d8edbf3b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)