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 | Ev}Ev{^ | 1001010001000101100010010111011001111101100101000100010110001001011101100111101101011110 | 944589767d944589767b5e |
SJIS-WIN | ?E?v}?E?v{^ | 0011111101000101001111110111011001111101001111110100010100111111011101100111101101011110 | 3f453f767d3f453f767b5e |
EUC-JP | ?E?v}?E?v{^ | 0011111101000101001111110111011001111101001111110100010100111111011101100111101101011110 | 3f453f767d3f453f767b5e |
UTF-8 | Ev}Ev{^ | 110000101001010001000101110000101000100101110110011111011100001010010100010001011100001010001001011101100111101101011110 | c29445c289767dc29445c289767b5e |
UHC | ?E?v}?E?v{^ | 0011111101000101001111110111011001111101001111110100010100111111011101100111101101011110 | 3f453f767d3f453f767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)