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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?四珞 | 0011111110001110011011001110000011100010 | 3f8e6ce0e2 |
EUC-JP | ?四珞 | 0011111110111011110011011110000011100100 | 3fbbcde0e4 |
UTF-8 | 뤫四珞 | 111010111010010010101011111001011001101110011011111001111000111110011110 | eba4abe59b9be78f9e |
UHC | 뤫四珞 | 100011111101100111011110110011001101010110101000 | 8fd9deccd5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)