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 | Í÷Û£ | 1000111111001101111101111101101110100011 | 8fcdf7dba3 |
SJIS-WIN | ??÷?£ | 00111111001111111000000110000000001111111000000110010010 | 3f3f81803f8192 |
EUC-JP | ?Í÷Û£ | 0011111110001111101010101011111110100001111000001000111110101010111001011010000111110010 | 3f8faabfa1e08faae5a1f2 |
UTF-8 | Í÷Û£ | 11000010100011111100001110001101110000111011011111000011100110111100001010100011 | c28fc38dc3b7c39bc2a3 |
UHC | ??÷?? | 001111110011111110100001110000000011111100111111 | 3f3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)