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????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
SJIS-WIN | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
EUC-JP | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
UTF-8 | 렻렮E렺렔렻렔렺 | 11101011101000001011101111101011101000001010111001000101111010111010000010111010111010111010000010010100111010111010000010111011111010111010000010010100111010111010000010111010 | eba0bbeba0ae45eba0baeba094eba0bbeba094eba0ba |
UHC | 렻렮E렺렔렻렔렺 | 100011101100001110001110101110110100010110001110110000101000111010101001100011101100001110001110101010011000111011000010 | 8ec38ebb458ec28ea98ec38ea98ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)