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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??隕?址 | 00111111001111111110100010100110001111111001101010101100 | 3f3fe8a63f9aac |
EUC-JP | 玎?隕?址 | 100011111100101111010010001111111111000010101000001111111101010010101110 | 8fcbd23ff0a83fd4ae |
UTF-8 | 玎렖隕렭址 | 111001111000111010001110111010111010000010010110111010011001101010010101111010111010000010101101111001011001110110000000 | e78e8eeba096e99a95eba0ade59d80 |
UHC | 玎렖隕렭址 | 11101111111010011000111010101011111010101010001010001110101110101111001010100011 | efe98eabeaa28ebaf2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)