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 | 儀??倚??~ | 100010110101011000111111001111111001100011011111001111110011111101111110 | 8b563f3f98df3f3f7e |
EUC-JP | 儀??倚??~ | 101101011011011100111111001111111101000011100001001111110011111101111110 | b5b73f3fd0e13f3f7e |
UTF-8 | 儀붾젨倚덈졏~ | 11100101100001001000000011101011101101101011111011101100101000001010100011100101100000001001101011101011100011011000100011101100101000011000111101111110 | e58480ebb6beeca0a8e5809aeb8d88eca18f7e |
UHC | 儀붾젨倚덈졏~ | 11101011111100001001010011101011101000001010000011101011111011111000100011101011101000001011110001111110 | ebf094eba0a0ebef88eba0bc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)