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 | 煽賞煽?冗 | 100100001111100010001111110111001001000011111000001111111000111111100111 | 90f88fdc90f83f8fe7 |
EUC-JP | 煽賞煽?冗 | 110000001111101010111110110111101100000011111010001111111011111011101001 | c0fabedec0fa3fbee9 |
UTF-8 | 煽賞煽黎冗 | 111001111000010110111101111010001011001110011110111001111000010110111101111011111010011010001001111001011000011010010111 | e785bde8b39ee785bdefa689e58697 |
UHC | 煽賞煽黎冗 | 11100000110000111101111111011011111000001100001111100110101100011110100110110111 | e0c3dfdbe0c3e6b1e9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)