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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豸悟嶋豸鶏 | 11100110101101101000110011100101100100111000100011100110101101101000110001111011 | e6b68ce59388e6b68c7b |
EUC-JP | 豸悟嶋豸鶏 | 11101100101110001011100011100111110001011110100011101100101110001011011111011100 | ecb8b8e7c5e8ecb8b7dc |
UTF-8 | 豸悟嶋豸鶏 | 111010001011000110111000111001101000001010011111111001011011011010001011111010001011000110111000111010011011011010001111 | e8b1b8e6829fe5b68be8b1b8e9b68f |
UHC | ?悟嶋?? | 00111111111001111111011011010011111101110011111100111111 | 3fe7f6d3f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)