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 | ??d??W | 001111110011111101100100001111110011111101010111 | 3f3f643f3f57 |
SJIS-WIN | テ・dテ「W | 110000111010010101100100110000111010001001010111 | c3a564c3a257 |
EUC-JP | テ・dテ「W | 10001110110000111000111010100101011001001000111011000011100011101010001001010111 | 8ec38ea5648ec38ea257 |
UTF-8 | テ・dテ「W | 1110111110111110100000111110111110111101101001010110010011101111101111101000001111101111101111011010001001010111 | efbe83efbda564efbe83efbda257 |
UHC | ??d??W | 001111110011111101100100001111110011111101010111 | 3f3f643f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)