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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 貉鴃^ | 1110011010111001111010011110111001011110 | e6b9e9ee5e |
EUC-JP | 貉鴃^ | 1110110010111011111100101111000001011110 | ecbbf2f05e |
UTF-8 | 貉鴃^ | 11101000101100101000100111101001101101001000001101011110 | e8b289e9b4835e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)