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?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | テ・dツ’ | 110000111010010101100100110000101000000101100110 | c3a564c28166 |
EUC-JP | テ・dツ’ | 100011101100001110001110101001010110010010001110110000101010000111000111 | 8ec38ea5648ec2a1c7 |
UTF-8 | テ・dツ’ | 11101111101111101000001111101111101111011010010101100100111011111011111010000010111000101000000010011001 | efbe83efbda564efbe82e28099 |
UHC | ??d?’ | 001111110011111101100100001111111010000110101111 | 3f3f643fa1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)