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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???瀕?^ | 00111111001111110011111110010101011011010011111101011110 | 3f3f3f956d3f5e |
EUC-JP | ???瀕?^ | 00111111001111110011111111001001110011100011111101011110 | 3f3f3fc9ce3f5e |
UTF-8 | 뤰돝쪕瀕젖^ | 11101011101001001011000011101011100011111001110111101100101010101001010111100111100000001001010111101100101000001001011001011110 | eba4b0eb8f9decaa95e78095eca0965e |
UHC | 뤰돝쪕瀕젖^ | 1000111111011110101101011100000110100101100011111101111010110101110000011010010101011110 | 8fdeb5c1a58fdeb5c1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)