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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雖介∋譁 | 1110010110101011100010011110111010000001101110011110011010010110 | e5ab89ee81b9e696 |
EUC-JP | 雖介∋譁 | 1110101010101101101100101111000010100010101110111110101111110110 | eaadb2f0a2bbebf6 |
UTF-8 | 雖介∋譁 | 111010011001101110010110111001001011101110001011111000101000100010001011111010001010110110000001 | e99b96e4bb8be2888be8ad81 |
UHC | 雖介∋譁 | 1110001011001100110010111011111110100001111101011111110010100110 | e2cccbbfa1f5fca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)