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 | 豫ル?恁 | 10011000101011001000001110001011001111111001110010001100 | 98ac838b3f9c8c |
EUC-JP | 豫ル?恁 | 11010000101011101010010111101011001111111101011111101100 | d0aea5eb3fd7ec |
UTF-8 | 豫ル씍恁 | 111010001011000110101011111000111000001110101011111011001001010010001101111001101000000110000001 | e8b1abe383abec948de68181 |
UHC | 豫ル씍恁 | 1110011111100011101010111110101110011101101001001110110011110110 | e7e3abeb9da4ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)