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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 煐??? | 100011111100100111111000001111110011111100111111 | 8fc9f83f3f3f |
UTF-8 | 煐몃㈃溜 | 111001111000010110010000111010111010101010000011111000111000100010000011111011111010011110001011 | e78590ebaa83e38883efa78b |
UHC | 煐몃㈃溜 | 1110011110111100101110001110101110101001101101001110101011111110 | e7bcb8eba9b4eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)