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 | 踞コ蛻サ褂 | 1110011011110101101110101110010110001000101110111110010111100110 | e6f5bae588bbe5e6 |
EUC-JP | 踞コ蛻サ褂 | 11101100111101111000111010111010111010011110100010001110101110111110101011101000 | ecf78ebae9e88ebbeae8 |
UTF-8 | 踞コ蛻サ褂 | 111010001011100010011110111011111011110110111010111010001001101110111011111011111011110110111011111010001010010010000010 | e8b89eefbdbae89bbbefbdbbe8a482 |
UHC | 踞???? | 110010111110011000111111001111110011111100111111 | cbe63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)