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 | â´yâ´yB | 11100010101101000111100111100010101101000111100101000010 | e2b479e2b47942 |
SJIS-WIN | ?´y?´yB | 001111111000000101001100011110010011111110000001010011000111100101000010 | 3f814c793f814c7942 |
EUC-JP | â´yâ´yB | 10001111101010111010010010100001101011010111100110001111101010111010010010100001101011010111100101000010 | 8faba4a1ad798faba4a1ad7942 |
UTF-8 | â´yâ´yB | 1100001110100010110000101011010001111001110000111010001011000010101101000111100101000010 | c3a2c2b479c3a2c2b47942 |
UHC | ?´y?´yB | 001111111010001010100101011110010011111110100010101001010111100101000010 | 3fa2a5793fa2a57942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)