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 | ??羚?脹 | 00111111001111111110001110110111001111111001001010101111 | 3f3fe3b73f92af |
EUC-JP | ??羚?脹 | 00111111001111111110011010111001001111111100010010110001 | 3f3fe6b93fc4b1 |
UTF-8 | 稶꿴羚뤋脹 | 111001111010100010110110111010101011111110110100111001111011111010011010111010111010010010001011111010001000010010111001 | e7a8b6eabfb4e7be9aeba48be884b9 |
UHC | 稶꿴羚뤋脹 | 11101001111100111011001011101001110101101011111010001111101110111111001111101100 | e9f3b2e9d6be8fbbf3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)