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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | テャテカスヌAB | 1100001110101100110000111011011010111101110001110100000101000010 | c3acc3b6bdc74142 |
EUC-JP | テャテカスヌAB | 1000111011000011100011101010110010001110110000111000111010110110100011101011110110001110110001110100000101000010 | 8ec38eac8ec38eb68ebd8ec74142 |
UTF-8 | テャテカスヌAB | 1110111110111110100000111110111110111101101011001110111110111110100000111110111110111101101101101110111110111101101111011110111110111110100001110100000101000010 | efbe83efbdacefbe83efbdb6efbdbdefbe874142 |
UHC | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)