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 | 﨤甜}﨤甜{^ | 1111101110110011100100110101101101111101111110111011001110010011010110110111101101011110 | fbb3935b7dfbb3935b7b5e |
EUC-JP | ?甜}?甜{^ | 001111111100010110111100011111010011111111000101101111000111101101011110 | 3fc5bc7d3fc5bc7b5e |
UTF-8 | 﨤甜}﨤甜{^ | 111011111010100010100100111001111001010010011100011111011110111110101000101001001110011110010100100111000111101101011110 | efa8a4e7949c7defa8a4e7949c7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)