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?L???Y | 0011111101000101001111110100110000111111001111110011111101011001 | 3f453f4c3f3f3f59 |
SJIS-WIN | ?E?L???Y | 0011111101000101001111110100110000111111001111110011111101011001 | 3f453f4c3f3f3f59 |
EUC-JP | ?E?L???Y | 0011111101000101001111110100110000111111001111110011111101011001 | 3f453f4c3f3f3f59 |
UTF-8 | 혪E혪L혩짠혪Y | 111011011001100010101010010001011110110110011000101010100100110011101101100110001010100111101100101001111010000011101101100110001010101001011001 | ed98aa45ed98aa4ced98a9eca7a0ed98aa59 |
UHC | 혪E혪L혩짠혪Y | 11000010100100100100010111000010100100100100110011000010100100011100001010100111110000101001001001011001 | c29245c2924cc291c2a7c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)