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 | 将ェ将」宵 | 1000111110101011101010101000111110101011101000111000111110101010 | 8fabaa8faba38faa |
EUC-JP | 将ェ将」宵 | 10111110101011011000111010101010101111101010110110001110101000111011111010101100 | bead8eaabead8ea3beac |
UTF-8 | 将ェ将」宵 | 111001011011000010000110111011111011110110101010111001011011000010000110111011111011110110100011111001011010111010110101 | e5b086efbdaae5b086efbda3e5aeb5 |
UHC | ????宵 | 001111110011111100111111001111111110000110110010 | 3f3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)