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â^G | 11000010100010010111100111000011101000100101111001000111 | c28979c3a25e47 |
SJIS-WIN | ??y?¢^G | 0011111100111111011110010011111110000001100100010101111001000111 | 3f3f793f81915e47 |
EUC-JP | �yâ^G | 100011111010101010100100001111110111100110001111101010101010101010100001111100010101111001000111 | 8faaa43f798faaaaa1f15e47 |
UTF-8 | Âyâ^G | 1100001110000010110000101000100101111001110000111000001111000010101000100101111001000111 | c382c28979c383c2a25e47 |
UHC | ??y??^G | 00111111001111110111100100111111001111110101111001000111 | 3f3f793f3f5e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)