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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鼎愰h鼎 | 10010011010000111111101011000101011010001001001101000011 | 9343fac5689343 |
EUC-JP | 鼎愰h鼎 | 1100010110100100100011111011111011001001011010001100010110100100 | c5a48fbec968c5a4 |
UTF-8 | 鼎愰h鼎 | 11101001101111001000111011100110100001001011000001101000111010011011110010001110 | e9bc8ee684b068e9bc8e |
UHC | 鼎愰h鼎 | 11110000101000111111110011001010011010001111000010100011 | f0a3fcca68f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)