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 | 宥?貿砥 | 10010111010001110011111110010110011001101001001101110101 | 97473f96669375 |
EUC-JP | 宥?貿砥 | 11001101101010000011111111001011110001111100010111010110 | cda83fcbc7c5d6 |
UTF-8 | 宥곕貿砥 | 111001011010111010100101111010101011001110010101111010001011001010111111111001111010000010100101 | e5aea5eab395e8b2bfe7a0a5 |
UHC | 宥곕貿砥 | 1110101011101001101100001110101111011001111101011111001010110010 | eae9b0ebd9f5f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)