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 | 。゙将ェ | 10100001110111101000111110101011111100011110110110101010 | a1de8fabf1edaa |
EUC-JP | 。゙将?ェ | 100011101010000110001110110111101011111010101101001111111000111010101010 | 8ea18edebead3f8eaa |
UTF-8 | 。゙将ェ | 111011111011110110100001111011111011111010011110111001011011000010000110111011101000010110101000111011111011110110101010 | efbda1efbe9ee5b086ee85a8efbdaa |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)