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 | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-WIN | 儀??倚??C | 100010110101011000111111001111111001100011011111001111110011111101000011 | 8b563f3f98df3f3f43 |
EUC-JP | 儀??倚??C | 101101011011011100111111001111111101000011100001001111110011111101000011 | b5b73f3fd0e13f3f43 |
UTF-8 | 儀붾죱倚덈졎C | 11100101100001001000000011101011101101101011111011101100101000111011000111100101100000001001101011101011100011011000100011101100101000011000111001000011 | e58480ebb6beeca3b1e5809aeb8d88eca18e43 |
UHC | 儀붾죱倚덈졎C | 11101011111100001001010011101011101000011000110011101011111011111000100011101011101000001011101101000011 | ebf094eba18cebef88eba0bb43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)