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\ | 1110010110001111101010010111011001011100 | e58fa9765c |
SJIS-WIN | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
EUC-JP | å?©v\ | 100011111010101110101001001111111000111110100010111011010111011001011100 | 8faba93f8fa2ed765c |
UTF-8 | å©v\ | 1100001110100101110000101000111111000010101010010111011001011100 | c3a5c28fc2a9765c |
UHC | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)