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荵 | 1110100010101110100011001110001110000010100011001110010010111001 | e8ae8ce3828ce4b9 |
EUC-JP | 隶後l荵 | 1111000010110000101110001110010110100011111011001110100010111011 | f0b0b8e5a3ece8bb |
UTF-8 | 隶後l荵 | 111010011001101010110110111001011011111010001100111011111011110110001100111010001000110110110101 | e99ab6e5be8cefbd8ce88db5 |
UHC | ?後l? | 001111111111110110101101101000111110110000111111 | 3ffdada3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)