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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髯ス逞ソ菫セB | 11101001100110011011110111100111100101111011111111100100101111111011111001000010 | e999bde797bfe4bfbe42 |
EUC-JP | 髯ス逞ソ菫セB | 11110001111110011000111010111101111011011111011110001110101111111110100011000001100011101011111001000010 | f1f98ebdedf78ebfe8c18ebe42 |
UTF-8 | 髯ス逞ソ菫セB | 11101001101010111010111111101111101111011011110111101001100000001001111011101111101111011011111111101000100011111010101111101111101111011011111001000010 | e9abafefbdbde9809eefbdbfe88fabefbdbe42 |
UHC | ??逞?菫?B | 001111110011111111010110110000010011111111010000110010110011111101000010 | 3f3fd6c13fd0cb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)