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 | ÷èéB | 10001110111101111110100010000100111010011001001001000010 | 8ef7e884e99242 |
SJIS-WIN | ?÷????B | 0011111110000001100000000011111100111111001111110011111101000010 | 3f81803f3f3f3f42 |
EUC-JP | ?÷è?é?B | 001111111010000111100000100011111010101110110010001111111000111110101011101100010011111101000010 | 3fa1e08fabb23f8fabb13f42 |
UTF-8 | ÷èéB | 11000010100011101100001110110111110000111010100011000010100001001100001110101001110000101001001001000010 | c28ec3b7c3a8c284c3a9c29242 |
UHC | ?÷????B | 0011111110100001110000000011111100111111001111110011111101000010 | 3fa1c03f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)