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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?權 | 001111111001111011011100 | 3f9edc |
EUC-JP | ?權 | 001111111101110011011110 | 3fdcde |
UTF-8 | 룶權 | 111010111010001110110110111001101010110010001010 | eba3b6e6ac8a |
UHC | 룶權 | 10001111101010111100111111101101 | 8fabcfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)