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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 谿場Ц\ | 11100110101011101000111111101010100001000101011101011100 | e6ae8fea84575c |
EUC-JP | 谿場Ц\ | 11101100101100001011111011101100101001111011100001011100 | ecb0beeca7b85c |
UTF-8 | 谿場Ц\ | 111010001011000010111111111001011010000010110100110100001010011001011100 | e8b0bfe5a0b4d0a65c |
UHC | 谿場Ц\ | 11001101101011001110110111011110101011001011100001011100 | cdaceddeacb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)