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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 咐鴈n}咐鴈n{^ | 10011001111100111110100111101100011011100111110110011001111100111110100111101100011011100111101101011110 | 99f3e9ec6e7d99f3e9ec6e7b5e |
EUC-JP | 咐鴈n}咐鴈n{^ | 11010010111101011111001011101110011011100111110111010010111101011111001011101110011011100111101101011110 | d2f5f2ee6e7dd2f5f2ee6e7b5e |
UTF-8 | 咐鴈n}咐鴈n{^ | 1110010110010010100100001110100110110100100010000110111001111101111001011001001010010000111010011011010010001000011011100111101101011110 | e59290e9b4886e7de59290e9b4886e7b5e |
UHC | 咐?n}咐?n{^ | 1101110011111011001111110110111001111101110111001111101100111111011011100111101101011110 | dcfb3f6e7ddcfb3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)