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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ燃ツ燃B | 11000010100101000101001011000010100101000101001001000010 | c29452c2945242 |
EUC-JP | ツ燃ツ燃B | 100011101100001011000111101100111000111011000010110001111011001101000010 | 8ec2c7b38ec2c7b342 |
UTF-8 | ツ燃ツ燃B | 11101111101111101000001011100111100001111000001111101111101111101000001011100111100001111000001101000010 | efbe82e78783efbe82e7878342 |
UHC | ?燃?燃B | 00111111111001101101011100111111111001101101011101000010 | 3fe6d73fe6d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)