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 | 11100000101011110111100111100000101011110111100101000010 | e0af79e0af7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | à¯yà¯yB | 100011111010101110100010100011111010001010110100011110011000111110101011101000101000111110100010101101000111100101000010 | 8faba28fa2b4798faba28fa2b47942 |
UTF-8 | à¯yà¯yB | 1100001110100000110000101010111101111001110000111010000011000010101011110111100101000010 | c3a0c2af79c3a0c2af7942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)