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 | 蠕碍}蠕碍{^ | 1110010110111110100010100101011001111101111001011011111010001010010101100111101101011110 | e5be8a567de5be8a567b5e |
EUC-JP | 蠕碍}蠕碍{^ | 1110101011000000101100111011011101111101111010101100000010110011101101110111101101011110 | eac0b3b77deac0b3b77b5e |
UTF-8 | 蠕碍}蠕碍{^ | 111010001010000010010101111001111010001010001101011111011110100010100000100101011110011110100010100011010111101101011110 | e8a095e7a28d7de8a095e7a28d7b5e |
UHC | ?碍}?碍{^ | 001111111110010011110100011111010011111111100100111101000111101101011110 | 3fe4f47d3fe4f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)