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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 玎???? | 10001111110010111101001000111111001111110011111100111111 | 8fcbd23f3f3f3f |
UTF-8 | 玎렎롈렣뤉 | 111001111000111010001110111010111010000010001110111010111010000110001000111010111010000010100011111010111010010010001001 | e78e8eeba08eeba188eba0a3eba489 |
UHC | 玎렎롈렣뤉 | 11101111111010011000111010100100100011101100111010001110101101001000111110111001 | efe98ea48ece8eb48fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)