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 | åßâv\ | 1110010111011111100000011110001010000010100001000111011001011100 | e5df81e28284765c |
SJIS-WIN | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
EUC-JP | åß?â??v\ | 1000111110101011101010011000111110101001110011100011111110001111101010111010010000111111001111110111011001011100 | 8faba98fa9ce3f8faba43f3f765c |
UTF-8 | åßâv\ | 1100001110100101110000111001111111000010100000011100001110100010110000101000001011000010100001000111011001011100 | c3a5c39fc281c3a2c282c284765c |
UHC | ?ß????v\ | 001111111010100110101100001111110011111100111111001111110111011001011100 | 3fa9ac3f3f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)