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 | 諡迎諡鶏^ | 111001101000101110001100011111011110011010001011100011000111101101011110 | e68b8c7de68b8c7b5e |
EUC-JP | 諡迎諡鶏^ | 111010111110101110110111110111101110101111101011101101111101110001011110 | ebebb7deebebb7dc5e |
UTF-8 | 諡迎諡鶏^ | 11101000101010111010000111101000101111111000111011101000101010111010000111101001101101101000111101011110 | e8aba1e8bf8ee8aba1e9b68f5e |
UHC | 諡迎諡?^ | 1110001111001101111001111100101011100011110011010011111101011110 | e3cde7cae3cd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)