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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 跋D跋D^ | 11100110111010110100010011100110111010110100010001011110 | e6eb44e6eb445e |
EUC-JP | 跋D跋D^ | 11101100111011010100010011101100111011010100010001011110 | eced44eced445e |
UTF-8 | 跋D跋D^ | 111010001011011110001011010001001110100010110111100010110100010001011110 | e8b78b44e8b78b445e |
UHC | 跋D跋D^ | 11011011101000100100010011011011101000100100010001011110 | dba244dba2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)