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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豫ラ?攸 | 10011000101011001000001110001001001111111001110110111111 | 98ac83893f9dbf |
EUC-JP | 豫ラ?攸 | 11010000101011101010010111101001001111111101101011000001 | d0aea5e93fdac1 |
UTF-8 | 豫ラ벤攸 | 111010001011000110101011111000111000001110101001111010111011001010100100111001101001010010111000 | e8b1abe383a9ebb2a4e694b8 |
UHC | 豫ラ벤攸 | 1110011111100011101010111110100110111010101001011110101011110010 | e7e3abe9baa5eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)