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 | ?????n~ | 00111111001111110011111100111111001111110110111001111110 | 3f3f3f3f3f6e7e |
SJIS-WIN | テャツ按・n~ | 1100001110101100110000101000100011000010101001010110111001111110 | c3acc288c2a56e7e |
EUC-JP | テャツ按・n~ | 100011101100001110001110101011001000111011000010101100001100010010001110101001010110111001111110 | 8ec38eac8ec2b0c48ea56e7e |
UTF-8 | テャツ按・n~ | 1110111110111110100000111110111110111101101011001110111110111110100000101110011010001100100010011110111110111101101001010110111001111110 | efbe83efbdacefbe82e68c89efbda56e7e |
UHC | ???按?n~ | 0011111100111111001111111110010011001110001111110110111001111110 | 3f3f3fe4ce3f6e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)