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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | テつ額FB | 11000011100000101100001010001010011110100100011001000010 | c382c28a7a4642 |
EUC-JP | テつ額FB | 1000111011000011101001001100010010110011110110110100011001000010 | 8ec3a4c4b3db4642 |
UTF-8 | テつ額FB | 1110111110111110100000111110001110000001101001001110100110100001100011010100011001000010 | efbe83e381a4e9a18d4642 |
UHC | ?つ額FB | 00111111101010101100010011100100111111100100011001000010 | 3faac4e4fe4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)