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 | 闌ア逞皮エ | 1110100010001100101100011110011110010111100101001110011110110100 | e88cb1e79794e7b4 |
EUC-JP | 闌ア逞皮エ | 11101111111011001000111010110001111011011111011111001000111010011000111010110100 | efec8eb1edf7c8e98eb4 |
UTF-8 | 闌ア逞皮エ | 111010011001011110001100111011111011110110110001111010011000000010011110111001111001101010101110111011111011110110110100 | e9978cefbdb1e9809ee79aaeefbdb4 |
UHC | ??逞皮? | 00111111001111111101011011000001111110011010101100111111 | 3f3fd6c1f9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)