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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?嶽鏃??憔 | 001111111001101111010100111010000101011000111111001111111001110011011100 | 3f9bd4e8563f3f9cdc |
EUC-JP | ?嶽鏃??憔 | 001111111101011011010110111011111011011100111111001111111101100011011110 | 3fd6d6efb73f3fd8de |
UTF-8 | 뤌嶽鏃퐥뀔憔 | 111010111010010010001100111001011011011010111101111010011000111110000011111011011001000010100101111010111000000010010100111001101000011010010100 | eba48ce5b6bde98f83ed90a5eb8094e68694 |
UHC | 뤌嶽鏃퐥뀔憔 | 100011111011110011100100110000001111000011101100101111011000111010110010111100001111010011111011 | 8fbce4c0f0ecbd8eb2f0f4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)