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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?嶽鏃?? | 00111111100110111101010011101000010101100011111100111111 | 3f9bd4e8563f3f |
EUC-JP | ?嶽鏃?? | 00111111110101101101011011101111101101110011111100111111 | 3fd6d6efb73f3f |
UTF-8 | 뤌嶽鏃퐥뀔 | 111010111010010010001100111001011011011010111101111010011000111110000011111011011001000010100101111010111000000010010100 | eba48ce5b6bde98f83ed90a5eb8094 |
UHC | 뤌嶽鏃퐥뀔 | 10001111101111001110010011000000111100001110110010111101100011101011001011110000 | 8fbce4c0f0ecbd8eb2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)