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 | 蛻カ邯畷糖 | 111001011000100010110110111001111011011010010011111010111001001110011100 | e588b6e7b693eb939c |
EUC-JP | 蛻カ邯畷糖 | 11101001111010001000111010110110111011101011100011000110111011011100010111111100 | e9e88eb6eeb8c6edc5fc |
UTF-8 | 蛻カ邯畷糖 | 111010001001101110111011111011111011110110110110111010011000001010101111111001111001010110110111111001111011001110010110 | e89bbbefbdb6e982afe795b7e7b396 |
UHC | ??邯?糖 | 00111111001111111100101011111011001111111101001111011000 | 3f3fcafb3fd3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)