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 | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
SJIS-WIN | テコツカツェ~B | 1100001110111010110000101011011011000010101010100111111001000010 | c3bac2b6c2aa7e42 |
EUC-JP | テコツカツェ~B | 1000111011000011100011101011101010001110110000101000111010110110100011101100001010001110101010100111111001000010 | 8ec38eba8ec28eb68ec28eaa7e42 |
UTF-8 | テコツカツェ~B | 1110111110111110100000111110111110111101101110101110111110111110100000101110111110111101101101101110111110111110100000101110111110111101101010100111111001000010 | efbe83efbdbaefbe82efbdb6efbe82efbdaa7e42 |
UHC | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)