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 | \ä^}\ä^{^ | 1000101101011100111001000101111001111101100010110101110011100100010111100111101101011110 | 8b5ce45e7d8b5ce45e7b5e |
SJIS-WIN | ?\?^}?\?^{^ | 0011111101011100001111110101111001111101001111110101110000111111010111100111101101011110 | 3f5c3f5e7d3f5c3f5e7b5e |
EUC-JP | ?\ä^}?\ä^{^ | 001111110101110010001111101010111010001101011110011111010011111101011100100011111010101110100011010111100111101101011110 | 3f5c8faba35e7d3f5c8faba35e7b5e |
UTF-8 | \ä^}\ä^{^ | 110000101000101101011100110000111010010001011110011111011100001010001011010111001100001110100100010111100111101101011110 | c28b5cc3a45e7dc28b5cc3a45e7b5e |
UHC | ?\?^}?\?^{^ | 0011111101011100001111110101111001111101001111110101110000111111010111100111101101011110 | 3f5c3f5e7d3f5c3f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)