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 | 驪吝 | 11101001100010111001100111100101 | e98b99e5 |
EUC-JP | 驪吝 | 11110001111010111101001011100111 | f1ebd2e7 |
UTF-8 | 驪吝 | 111010011010100110101010111001011001000010011101 | e9a9aae5909d |
UHC | 驪吝 | 11010101111100011101011111110000 | d5f1d7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)