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?? | 0011111100111111010001010011111100111111 | 3f3f453f3f |
SJIS-WIN | ??E?? | 0011111100111111010001010011111100111111 | 3f3f453f3f |
EUC-JP | ??E?? | 0011111100111111010001010011111100111111 | 3f3f453f3f |
UTF-8 | 렻렮E렺簞 | 11101011101000001011101111101011101000001010111001000101111010111010000010111010111001111011000010011110 | eba0bbeba0ae45eba0bae7b09e |
UHC | 렻렮E렺簞 | 100011101100001110001110101110110100010110001110110000101101001110101111 | 8ec38ebb458ec2d3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)