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 | 隶後l隘 | 1110100010101110100011001110001110000010100011001110100010100101 | e8ae8ce3828ce8a5 |
EUC-JP | 隶後l隘 | 1111000010110000101110001110010110100011111011001111000010100111 | f0b0b8e5a3ecf0a7 |
UTF-8 | 隶後l隘 | 111010011001101010110110111001011011111010001100111011111011110110001100111010011001101010011000 | e99ab6e5be8cefbd8ce99a98 |
UHC | ?後l隘 | 00111111111111011010110110100011111011001110010011110110 | 3ffdada3ece4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)