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 | 豫ル?苒 | 10011000101011001000001110001011001111111110010010010010 | 98ac838b3fe492 |
EUC-JP | 豫ル?苒 | 11010000101011101010010111101011001111111110011111110010 | d0aea5eb3fe7f2 |
UTF-8 | 豫ル젫苒 | 111010001011000110101011111000111000001110101011111011001010000010101011111010001000101110010010 | e8b1abe383abeca0abe88b92 |
UHC | 豫ル젫苒 | 1110011111100011101010111110101110100000101000111110011011111110 | e7e3abeba0a3e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)