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 | 啾帛}啾帛{^ | 1001101001100001100110111110010101111101100110100110000110011011111001010111101101011110 | 9a619be57d9a619be57b5e |
EUC-JP | 啾帛}啾帛{^ | 1101001111000010110101101110011101111101110100111100001011010110111001110111101101011110 | d3c2d6e77dd3c2d6e77b5e |
UTF-8 | 啾帛}啾帛{^ | 111001011001010110111110111001011011100010011011011111011110010110010101101111101110010110111000100110110111101101011110 | e595bee5b89b7de595bee5b89b7b5e |
UHC | ?帛}?帛{^ | 001111111101101111011001011111010011111111011011110110010111101101011110 | 3fdbd97d3fdbd97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)