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?N | 0011111101000001001111110011111100111111010001010011111101001110 | 3f413f3f3f453f4e |
SJIS-WIN | ?A???E?N | 0011111101000001001111110011111100111111010001010011111101001110 | 3f413f3f3f453f4e |
EUC-JP | ?A???E?N | 0011111101000001001111110011111100111111010001010011111101001110 | 3f413f3f3f453f4e |
UTF-8 | 혪A혩짭혪E혪N | 111011011001100010101010010000011110110110011000101010011110110010100111101011011110110110011000101010100100010111101101100110001010101001001110 | ed98aa41ed98a9eca7aded98aa45ed98aa4e |
UHC | 혪A혩짭혪E혪N | 11000010100100100100000111000010100100011100001010101100110000101001001001000101110000101001001001001110 | c29241c291c2acc29245c2924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)