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 | ?f?? | 00111111011001100011111100111111 | 3f663f3f |
SJIS-WIN | ?f?? | 00111111011001100011111100111111 | 3f663f3f |
EUC-JP | ?f?? | 00111111011001100011111100111111 | 3f663f3f |
UTF-8 | 혟f혘횉 | 11101101100110001001111101100110111011011001100010011000111011011001101010001001 | ed989f66ed9898ed9a89 |
UHC | 혟f혘횉 | 11000010100010010110011011000010100000111100001110000111 | c28966c283c387 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)