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 | 1000100101111001111000100101111001000111 | 8979e25e47 |
SJIS-WIN | ?y?^G | 0011111101111001001111110101111001000111 | 3f793f5e47 |
EUC-JP | ?yâ^G | 00111111011110011000111110101011101001000101111001000111 | 3f798faba45e47 |
UTF-8 | yâ^G | 11000010100010010111100111000011101000100101111001000111 | c28979c3a25e47 |
UHC | ?y?^G | 0011111101111001001111110101111001000111 | 3f793f5e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)