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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭??杞 | 100011011101010100111111001111111001111001011000 | 8dd53f3f9e58 |
EUC-JP | 祭??杞 | 101110101101011100111111001111111101101110111001 | bad73f3fdbb9 |
UTF-8 | 祭렢欌杞 | 111001111010010110101101111010111010000010100010111001101010110010001100111001101001110110011110 | e7a5adeba0a2e6ac8ce69d9e |
UHC | 祭렢欌杞 | 1111000010101110100011101011001111101101111010111101000110100011 | f0ae8eb3edebd1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)