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 | ?q??v | 0011111101110001001111110011111101110110 | 3f713f3f76 |
SJIS-WIN | 叩q叩測v | 1001001001000000011100011001001001000000100100011010101001110110 | 924071924091aa76 |
EUC-JP | 叩q叩測v | 1100001110100001011100011100001110100001110000101010110001110110 | c3a171c3a1c2ac76 |
UTF-8 | 叩q叩測v | 1110010110001111101010010111000111100101100011111010100111100110101110001010110001110110 | e58fa971e58fa9e6b8ac76 |
UHC | 叩q叩測v | 1100110110110000011100011100110110110000111101101011010001110110 | cdb071cdb0f6b476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)