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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | 儀??^Q] | 10001011010101100011111100111111010111100101000101011101 | 8b563f3f5e515d |
EUC-JP | 儀??^Q] | 10110101101101110011111100111111010111100101000101011101 | b5b73f3f5e515d |
UTF-8 | 儀붾젇^Q] | 111001011000010010000000111010111011011010111110111011001010000010000111010111100101000101011101 | e58480ebb6beeca0875e515d |
UHC | 儀붾젇^Q] | 111010111111000010010100111010111010000010001010010111100101000101011101 | ebf094eba08a5e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)