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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 章ル\ | 100011111100110111110000101110101101100101011100 | 8fcdf0bad95c |
EUC-JP | 章?ル\ | 101111101100111100111111100011101101100101011100 | becf3f8ed95c |
UTF-8 | 章ル\ | 11100111101010111010000011101110100000011011100111101111101111101001100101011100 | e7aba0ee81b9efbe995c |
UHC | 章??\ | 1110110111110001001111110011111101011100 | edf13f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)