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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セュ車治釈\ | 101111101010110110001110110101001000111010100001100011101101111101011100 | bead8ed48ea18edf5c |
EUC-JP | セュ車治釈\ | 1000111010111110100011101010110110111100110101101011110010100011101111001110000101011100 | 8ebe8eadbcd6bca3bce15c |
UTF-8 | セュ車治釈\ | 11101111101111011011111011101111101111011010110111101000101110111000101011100110101100101011101111101001100001111000100001011100 | efbdbeefbdade8bb8ae6b2bbe987885c |
UHC | ??車治?\ | 0011111100111111111100111011001111110110101111010011111101011100 | 3f3ff3b3f6bd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)