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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 妺鹿m | 1111101010100101100011101010110101101101 | faa58ead6d |
EUC-JP | 妺鹿m | 100011111011100110110111101111001010111101101101 | 8fb9b7bcaf6d |
UTF-8 | 妺鹿m | 11100101101001101011101011101001101110011011111101101101 | e5a6bae9b9bf6d |
UHC | ?鹿m | 00111111110101101110001101101101 | 3fd6e36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)