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?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
SJIS-WIN | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
EUC-JP | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
UTF-8 | 렱렗섕샬선E렱렗 | 11101011101000001011000111101011101000001001011111101100100001001001010111101100100000111010110011101100100001001010000001000101111010111010000010110001111010111010000010010111 | eba0b1eba097ec8495ec83acec84a045eba0b1eba097 |
UHC | 렱렗섕샬선E렱렗 | 100011101011111010001110101011001011110010101100101111001010001110111100101100010100010110001110101111101000111010101100 | 8ebe8eacbcacbca3bcb1458ebe8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)