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 | 亦?9怡? | 1001011010010010001111111000001001011000100111000111110100111111 | 96923f82589c7d3f |
EUC-JP | 亦?9怡? | 1100101111110010001111111010001110111001110101111101111000111111 | cbf23fa3b9d7de3f |
UTF-8 | 亦낅9怡첕 | 111001001011101010100110111010111000001010000101111011111011110010011001111001101000000010100001111011001011001010010101 | e4baa6eb8285efbc99e680a1ecb295 |
UHC | 亦낅9怡첕 | 11100110101100101000010111101011101000111011100111101100101011101010101101000010 | e6b285eba3b9ecaeab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)