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 | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-WIN | 怐顋@熨 | 10011100100000011110100011111001010000001110000010010001 | 9c81e8f940e091 |
EUC-JP | 怐顋@熨 | 11010111111000011111000011111011010000001101111111110001 | d7e1f0fb40dff1 |
UTF-8 | 怐顋@熨 | 11100110100000001001000011101001101000011000101101000000111001111000011010101000 | e68090e9a18b40e786a8 |
UHC | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)