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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ鮑ォ | 111100011110101011000010111010011011100010101011 | f1eac2e9b8ab |
EUC-JP | ?ツ鮑ォ | 00111111100011101100001011110010101110101000111010101011 | 3f8ec2f2ba8eab |
UTF-8 | ツ鮑ォ | 111011101000010110100101111011111011111010000010111010011010111010010001111011111011110110101011 | ee85a5efbe82e9ae91efbdab |
UHC | ??鮑? | 0011111100111111111110001110101000111111 | 3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)