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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 野λ?c^ | 10010110111011001000001111001001001111110110001101011110 | 96ec83c93f635e |
EUC-JP | 野λ?c^ | 11001100111011101010011011001011001111110110001101011110 | cceea6cb3f635e |
UTF-8 | 野λ젘c^ | 11101001100001111000111011001110101110111110110010100000100110000110001101011110 | e9878ecebbeca098635e |
UHC | 野λ젘c^ | 1110010110101111101001011110101110100000100101000110001101011110 | e5afa5eba094635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)