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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | 駭????t | 11101001011011100011111100111111001111110011111101110100 | e96e3f3f3f3f74 |
EUC-JP | 駭????t | 11110001110011110011111100111111001111110011111101110100 | f1cf3f3f3f3f74 |
UTF-8 | 駭잙驪숉삢t | 11101001101001111010110111101100100111101001100111101111101001101000011111101100100010001000100111101100100000101010001001110100 | e9a7adec9e99efa687ec8889ec82a274 |
UHC | 駭잙驪숉삢t | 1111101010110100100111111110101111100110101011111001100111101101100110001010001101110100 | fab49febe6af99ed98a374 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)