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 | 狒禧}狒禧{^ | 1110000010111111111000100101010101111101111000001011111111100010010101010111101101011110 | e0bfe2557de0bfe2557b5e |
EUC-JP | 狒禧}狒禧{^ | 1110000011000001111000111011011001111101111000001100000111100011101101100111101101011110 | e0c1e3b67de0c1e3b67b5e |
UTF-8 | 狒禧}狒禧{^ | 111001111000101110010010111001111010011010100111011111011110011110001011100100101110011110100110101001110111101101011110 | e78b92e7a6a77de78b92e7a6a77b5e |
UHC | ?禧}?禧{^ | 001111111111110111111011011111010011111111111101111110110111101101011110 | 3ffdfb7d3ffdfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)