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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | タ鞁タ鞁^ | 1100000011101000110110011111000001111101110000001110100011011001111100000111101101011110 | c0e8d9f07dc0e8d9f07b5e |
EUC-JP | タ鞁?タ鞁?^ | 1000111011000000111100001101101100111111100011101100000011110000110110110011111101011110 | 8ec0f0db3f8ec0f0db3f5e |
UTF-8 | タ鞁タ鞁^ | 11101111101111101000000011101001100111101000000111101110100000001011110111101111101111101000000011101001100111101000000111101110100000001011101101011110 | efbe80e99e81ee80bdefbe80e99e81ee80bb5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)