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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 程?????E | 1001001011110110001111110011111100111111001111110011111101000101 | 92f63f3f3f3f3f45 |
EUC-JP | 程?釪???E | 11000100111110000011111110001111111000111010110100111111001111110011111101000101 | c4f83f8fe3ad3f3f3f45 |
UTF-8 | 程렣釪닺렣렡E | 11100111101010001000101111101011101000001010001111101001100001111010101011101011100010111011101011101011101000001010001111101011101000001010000101000101 | e7a88beba0a3e987aaeb8bbaeba0a3eba0a145 |
UHC | 程렣釪닺렣렡E | 11101111111011111000111010110100111010011110100110110100111010001000111010110100100011101011001001000101 | efef8eb4e9e9b4e88eb48eb245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)