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???C?Y | 0011111101000101001111110011111100111111010000110011111101011001 | 3f453f3f3f433f59 |
SJIS-WIN | ?E???C?Y | 0011111101000101001111110011111100111111010000110011111101011001 | 3f453f3f3f433f59 |
EUC-JP | ?E???C?Y | 0011111101000101001111110011111100111111010000110011111101011001 | 3f453f3f3f433f59 |
UTF-8 | 혪E혩짚혪C혪Y | 111011011001100010101010010001011110110110011000101010011110110010100111100110101110110110011000101010100100001111101101100110001010101001011001 | ed98aa45ed98a9eca79aed98aa43ed98aa59 |
UHC | 혪E혩짚혪C혪Y | 11000010100100100100010111000010100100011100001010100100110000101001001001000011110000101001001001011001 | c29245c291c2a4c29243c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)