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 | 10010010111101100011111110011111011011010011111110010010111001110011111101000101 | 92f63f9f6d3f92e73f45 |
EUC-JP | 程?殞?堤?E | 11000100111110000011111111011101110011100011111111000100111010010011111101000101 | c4f83fddce3fc4e93f45 |
UTF-8 | 程렣殞렓堤렡E | 11100111101010001000101111101011101000001010001111100110101011101001111011101011101000001001001111100101101000001010010011101011101000001010000101000101 | e7a88beba0a3e6ae9eeba093e5a0a4eba0a145 |
UHC | 程렣殞렓堤렡E | 11101111111011111000111010110100111010011111100110001110101010001111000010100111100011101011001001000101 | efef8eb4e9f98ea8f0a78eb245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)