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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???馴 | 0011111100111111001111111001001111101001 | 3f3f3f93e9 |
EUC-JP | 靷??馴 | 10001111111001111011110100111111001111111100011011101011 | 8fe7bd3f3fc6eb |
UTF-8 | 靷흘룡馴 | 111010011001110110110111111011011001110110011000111010111010001110100001111010011010011010110100 | e99db7ed9d98eba3a1e9a6b4 |
UHC | 靷흘룡馴 | 1110110011100110110010001110101010110111111001101110001011111000 | ece6c8eab7e6e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)