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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 章皎?^ | 100011111100110111100001101001110011111101011110 | 8fcde1a73f5e |
EUC-JP | 章皎?^ | 101111101100111111100010101010010011111101011110 | becfe2a93f5e |
UTF-8 | 章皎륙^ | 11100111101010111010000011100111100110101000111011101011101001011001100101011110 | e7aba0e79a8eeba5995e |
UHC | 章皎륙^ | 11101101111100011100111011101011101101111111101001011110 | edf1ceebb7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)