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 | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
SJIS-WIN | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
EUC-JP | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
UTF-8 | 혪E혪A혪Ec | 11101101100110001010101001000101111011011001100010101010010000011110110110011000101010100100010101100011 | ed98aa45ed98aa41ed98aa4563 |
UHC | 혪E혪A혪Ec | 11000010100100100100010111000010100100100100000111000010100100100100010101100011 | c29245c29241c2924563 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)