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 | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | ツ狼テ」ツアRE | 110000101001100001010100110000111010001111000010101100010101001001000101 | c29854c3a3c2b15245 |
EUC-JP | ツ狼テ」ツアRE | 1000111011000010110011111011010110001110110000111000111010100011100011101100001010001110101100010101001001000101 | 8ec2cfb58ec38ea38ec28eb15245 |
UTF-8 | ツ狼テ」ツアRE | 1110111110111110100000101110011110001011101111001110111110111110100000111110111110111101101000111110111110111110100000101110111110111101101100010101001001000101 | efbe82e78bbcefbe83efbda3efbe82efbdb15245 |
UHC | ?狼????RE | 001111111101010111001001001111110011111100111111001111110101001001000101 | 3fd5c93f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)