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 | 錮サ迢ゥ褪 | 1110011111111100101110111110011110001011101010011110010111110010 | e7fcbbe78ba9e5f2 |
EUC-JP | 錮サ迢ゥ褪 | 11101110111111101000111010111011111011011110101110001110101010011110101011110100 | eefe8ebbedeb8ea9eaf4 |
UTF-8 | 錮サ迢ゥ褪 | 111010011000110010101110111011111011110110111011111010001011111110100010111011111011110110101001111010001010010010101010 | e98caeefbdbbe8bfa2efbda9e8a4aa |
UHC | 錮???褪 | 11001101110100010011111100111111001111111111011111011011 | cdd13f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)