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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 雍?ぞ?辛?\ | 11101000101101000011111110000010101111000011111110010000011010000011111101011100 | e8b43f82bc3f90683f5c |
EUC-JP | 雍?ぞ?辛?\ | 11110000101101100011111110100100101111100011111110111111110010010011111101011100 | f0b63fa4be3fbfc93f5c |
UTF-8 | 雍뫈ぞ렓辛렢\ | 11101001100110111000110111101011101010111000100011100011100000011001111011101011101000001001001111101000101111101001101111101011101000001010001001011100 | e99b8debab88e3819eeba093e8be9beba0a25c |
UHC | 雍뫈ぞ렓辛렢\ | 11101000101111001011100011111011101010101011111010001110101010001110001111110100100011101011001101011100 | e8bcb8fbaabe8ea8e3f48eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)