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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 節??榮 | 100100001101111100111111001111111001111011000100 | 90df3f3f9ec4 |
EUC-JP | 節®?榮 | 1100000011100001100011111010001011101110001111111101110011000110 | c0e18fa2ee3fdcc6 |
UTF-8 | 節®퐥榮 | 1110011110101111100000001100001010101110111011011001000010100101111001101010011010101110 | e7af80c2aeed90a5e6a6ae |
UHC | 節®퐥榮 | 1110111110111101101000101110011110111101100011101110011110110100 | efbda2e7bd8ee7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)