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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髦ソ髦ソ^ | 11101001100110001011111111101001100110001011111101011110 | e998bfe998bf5e |
EUC-JP | 髦ソ髦ソ^ | 111100011111100010001110101111111111000111111000100011101011111101011110 | f1f88ebff1f88ebf5e |
UTF-8 | 髦ソ髦ソ^ | 11101001101010111010011011101111101111011011111111101001101010111010011011101111101111011011111101011110 | e9aba6efbdbfe9aba6efbdbf5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)