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 | 隰啗}隰啗{^ | 1110100010101100100110100101011101111101111010001010110010011010010101110111101101011110 | e8ac9a577de8ac9a577b5e |
EUC-JP | 隰啗}隰啗{^ | 1111000010101110110100111011100001111101111100001010111011010011101110000111101101011110 | f0aed3b87df0aed3b87b5e |
UTF-8 | 隰啗}隰啗{^ | 111010011001101010110000111001011001010110010111011111011110100110011010101100001110010110010101100101110111101101011110 | e99ab0e595977de99ab0e595977b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)