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 | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
SJIS-WIN | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
EUC-JP | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
UTF-8 | 혪A혪E혪In | 11101101100110001010101001000001111011011001100010101010010001011110110110011000101010100100100101101110 | ed98aa41ed98aa45ed98aa496e |
UHC | 혪A혪E혪In | 11000010100100100100000111000010100100100100010111000010100100100100100101101110 | c29241c29245c292496e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)