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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鼎愰h鼎愰 | 100100110100001111111010110001010110100010010011010000111111101011000101 | 9343fac5689343fac5 |
EUC-JP | 鼎愰h鼎愰 | 1100010110100100100011111011111011001001011010001100010110100100100011111011111011001001 | c5a48fbec968c5a48fbec9 |
UTF-8 | 鼎愰h鼎愰 | 11101001101111001000111011100110100001001011000001101000111010011011110010001110111001101000010010110000 | e9bc8ee684b068e9bc8ee684b0 |
UHC | 鼎愰h鼎愰 | 111100001010001111111100110010100110100011110000101000111111110011001010 | f0a3fcca68f0a3fcca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)