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 | 00111111001111110111100100111111001111110101111001000111 | 3f3f793f3f5e47 |
SJIS-WIN | ??y??^G | 00111111001111110111100100111111001111110101111001000111 | 3f3f793f3f5e47 |
EUC-JP | ??y??^G | 00111111001111110111100100111111001111110101111001000111 | 3f3f793f3f5e47 |
UTF-8 | 횂혟y횄짖^G | 111011011001101010000010111011011001100010011111011110011110110110011010100001001110110010100111100101100101111001000111 | ed9a82ed989f79ed9a84eca7965e47 |
UHC | 횂혟y횄짖^G | 1100001110000010110000101000100101111001110000111000001111000010101000100101111001000111 | c382c28979c383c2a25e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)