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 | 軟?ズ\ | 100100111110111000111111100000110101100101011100 | 93ee3f83595c |
EUC-JP | 軟?ズ\ | 110001101111000000111111101001011011101001011100 | c6f03fa5ba5c |
UTF-8 | 軟쒐ズ\ | 11101000101110111001111111101100100100101001000011100011100000101011101001011100 | e8bb9fec9290e382ba5c |
UHC | 軟쒐ズ\ | 11100110111000111001110011100111101010111011101001011100 | e6e39ce7abba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)