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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 儀??儀??~ | 100010110101011000111111001111111000101101010110001111110011111101111110 | 8b563f3f8b563f3f7e |
EUC-JP | 儀??儀??~ | 101101011011011100111111001111111011010110110111001111110011111101111110 | b5b73f3fb5b73f3f7e |
UTF-8 | 儀붾죱儀붾졁~ | 11100101100001001000000011101011101101101011111011101100101000111011000111100101100001001000000011101011101101101011111011101100101000011000000101111110 | e58480ebb6beeca3b1e58480ebb6beeca1817e |
UHC | 儀붾죱儀붾졁~ | 11101011111100001001010011101011101000011000110011101011111100001001010011101011101000001011001001111110 | ebf094eba18cebf094eba0b27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)