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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 遘ヒソ~ | 11100111101001111100101110111111111100011010011001111110 | e7a7cbbff1a67e |
EUC-JP | 遘ヒソ?~ | 1110111010101001100011101100101110001110101111110011111101111110 | eea98ecb8ebf3f7e |
UTF-8 | 遘ヒソ~ | 11101001100000011001100011101111101111101000101111101111101111011011111111101110100001001010000101111110 | e98198efbe8befbdbfee84a17e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)