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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 而陌iB | 10001110101001111110100010011001100000101000100101000010 | 8ea7e899828942 |
EUC-JP | 而陌iB | 10111100101010011110111111111001101000111110100101000010 | bca9eff9a3e942 |
UTF-8 | 而陌iB | 11101000100000001000110011101001100110011000110011101111101111011000100101000010 | e8808ce9998cefbd8942 |
UHC | 而陌iB | 11101100101110111101100011101000101000111110100101000010 | ecbbd8e8a3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)