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 | 昌キ焼麌 | 10001111101110011011011110001111110001001110101001101000 | 8fb9b78fc4ea68 |
EUC-JP | 昌キ焼麌 | 1011111010111011100011101011011110111110110001101111001111001001 | bebb8eb7bec6f3c9 |
UTF-8 | 昌キ焼麌 | 111001101001100010001100111011111011110110110111111001111000010010111100111010011011101010001100 | e6988cefbdb7e784bce9ba8c |
UHC | 昌??? | 1111001111100011001111110011111100111111 | f3e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)