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 | 侑忌 | 10011000110100001000101011110101 | 98d08af5 |
EUC-JP | 侑忌 | 11010000110100101011010011110111 | d0d2b4f7 |
UTF-8 | 侑忌 | 111001001011111010010001111001011011111110001100 | e4be91e5bf8c |
UHC | 侑忌 | 11101010111000101101000011111011 | eae2d0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)